-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "grunt-angular-builder",
"description": "A project builder for AngularJS applications.",
"version": "2.0.0",
"homepage": "https://github.com/claudio-silva/grunt-angular-builder",
"author": {
"name": "Cláudio Silva",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/claudio-silva/grunt-angular-builder.git"
},
"bugs": {
"url": "https://github.com/claudio-silva/grunt-angular-builder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/claudio-silva/grunt-angular-builder/blob/master/LICENSE"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 4.9.1"
},
"dependencies": {
"colors": "~0.6.0-1",
"grunt-contrib-concat": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-jsdoc": "^0.5.6",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"time-grunt": "*"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"angular",
"angularjs",
"module",
"loader",
"loading",
"build",
"builder"
]
}