-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 Bytes
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
{
"name": "simple-angular",
"version": "0.0.0",
"dependencies": {
"express": "~3.2.6"
},
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "~0.1.1",
"stylus": "~0.32.1",
"grunt-ngmin": "0.0.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-closurecompiler": "~0.9.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-stylus": "~0.5.0",
"grunt-append-sourcemapping": "0.0.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-angular-templates": "~0.3.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-karma": "~0.3.0",
"grunt-open": "~0.2.0"
},
"engines": {
"node": ">=0.8.0"
}
}