-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 902 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": "Gruntfile",
"description": "自用grunt配置",
"version": "1.0.0",
"author": [
"Y' <[email protected]>"
],
"repository": "https://github.com/scgy5555/Gruntfile.git",
"scripts": {
"dev": "grunt",
"build": "grunt build"
},
"devDependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sails-linker": "^0.10.1",
"grunt-sync": "^0.4.1",
"grunt-webpack": "^1.0.8",
"html-loader": "^0.3.0",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2"
}
}