-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"author": "Josh David Miller",
"name": "ng-boilerplate",
"version": "0.3.1",
"homepage": "http://bit.ly/ng-boilerplate",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/joshdmiller/ng-boilerplate/master/LICENSE"
},
"bugs": "https://github.com/joshdmiller/ng-boilerplate/issues",
"repository": {
"type": "git",
"url": "[email protected]:joshdmiller/ng-boilerplate.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-ngmin": "0.0.3",
"grunt-html2js": "~0.2.4",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffeelint": "0.0.10",
"grunt-conventional-changelog": "~1.1.0",
"grunt-bump": "0.0.13",
"grunt-cli": "~0.1.13",
"karma": "~0.12",
"grunt-karma": "~0.8.2",
"bower": "~1.3.2",
"grunt-contrib-compass": "~0.7.2"
}
}