forked from lwhiteley/AngularLogExtender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ng-log-unobtrusive-extension",
"appname": "Log Unobtrusive Extension",
"description": "Used within AngularJS to enhance functionality within the AngularJS $log service.",
"author": "A confused individual <ferronrsmith@gmail.com>",
"website": "https://github.com/jesujcastillom/AngularLogExtender",
"repository": {
"type": "git",
"url": "https://github.com/jesujcastillom/AngularLogExtender.git"
},
"main": "dist/log-ex-unobtrusive.js",
"license": "MIT",
"version": "0.0.15",
"engine": "node >= 0.10.0",
"supported_versions": [
"1.0.4",
"1.1.0",
"1.1.2",
"1.2.28",
"1.3.14",
"1.4.0-rc.0",
"1.5.0"
],
"devDependencies": {
"async": "~1.5.2",
"body-parser": "^1.15.2",
"ejs": "~2.4.1",
"errorhandler": "^1.4.3",
"express": "~4.13.4",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-bump": "https://github.com/ferronrsmith/grunt-contrib-bump/tarball/0.0.3",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "~0.5.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-karma": "~0.12.1",
"grunt-karma-coveralls": "~2.5.3",
"grunt-minified": "0.0.6",
"grunt-open": "~0.2.3",
"grunt-shell": "~1.2.1",
"grunt-tagrelease": "https://github.com/ferronrsmith/grunt-tagrelease/tarball/v0.3.4",
"karma": "~0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-jasmine": "~0.1.6",
"karma-junit-reporter": "^0.3.8",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-tasks": "~3.4.1",
"method-override": "^2.3.6",
"morgan": "^1.7.0",
"phantomjs": "^2.1.3",
"shelljs": "~0.6.0",
"time-grunt": "^1.1.0"
}
}