-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 944 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 944 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
30
31
{
"name": "iyooyoo-h5-app",
"version": "0.0.0",
"private": "true",
"devDependencies": {
"coffeelint": "^1.10.1",
"grunt": "^0.4.5",
"grunt-angular-file-loader": "^1.1.5",
"grunt-angular-templates": "^0.5.7",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.3.1",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-string-replace": "^1.2.0",
"grunt-usemin": "^3.0.0",
"jade": "^1.11.0",
"load-grunt-config": "^0.17.1"
}
}