-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.11 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
{
"name": "angular-grunt-seed",
"version": "0.0.1",
"description": "Angular seed project with Grunt and Bower ready.",
"authors": [
"Srinivas Kusunam <[email protected]>"
],
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:afterwork14/networkafterwork.git"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"bower": ">=1.3.1"
},
"devDependencies": {
"connect-livereload": ">=0.4.0",
"express": ">=4.1.2",
"grunt": ">=0.4.3",
"grunt-aws": "^0.4.0",
"grunt-bower-concat": "^0.4.0",
"grunt-contrib-clean": ">=0.5.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": ">=0.3.0",
"grunt-contrib-copy": ">=0.5.0",
"grunt-contrib-jade": "^0.13.0",
"grunt-contrib-jshint": ">=0.9.0",
"grunt-contrib-less": ">=0.11.0",
"grunt-contrib-uglify": ">=0.4.0",
"grunt-contrib-watch": ">=0.6.0",
"grunt-express-server": ">=0.4.17",
"grunt-load-options": ">=0.1.4",
"grunt-newer": ">=0.7.0",
"load-grunt-tasks": ">=0.4.0",
"time-grunt": ">=0.3.0"
}
}