-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
41
42
43
44
45
46
47
{
"name": "grunt-scaffold",
"version": "1.0.0",
"description": "a scaffold of grunt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunkuntang/grunt-scaffold.git"
},
"keywords": [
"grunt"
],
"author": "kuntang",
"license": "ISC",
"bugs": {
"url": "https://github.com/kunkuntang/grunt-scaffold/issues"
},
"homepage": "https://github.com/kunkuntang/grunt-scaffold#readme",
"dependencies": {
"express": "^4.15.3",
"grunt": "^1.0.1",
"imagemin-mozjpeg": "^6.0.0"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-mocha-test": "^0.13.2",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.3",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.4.2",
"time-grunt": "^1.4.0"
}
}