-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
33 lines (33 loc) · 888 Bytes
/
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
{
"name": "new-angular",
"version": "0.0.1",
"description": "Initualize a new Angular app",
"homepage": "http://moritzcompany.com",
"author": "Moritz Company",
"repository": {
"type": "git",
"url": "https://github.com/davidmoritz/init-angular.git"
},
"bugs": {
"url": "https://github.com/davidmoritz/init-angular/issues"
},
"scripts": {
"install": "bower install"
},
"devDependencies": {
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-jade": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-pleeease": "~0.0.5",
"grunt-replace": "latest",
"grunt-jscs": "latest",
"jshint-stylish": "latest"
}
}