Skip to content

Commit 99d508e

Browse files
committed
import grunt in package.json
1 parent 3d70a8a commit 99d508e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
},
88
"dependencies": {
99
"express": "~3.4.7",
10-
"qiniu": "~6.1.1"
11-
"ejs": "~1.0.0"
10+
"qiniu": "~6.1.1",
11+
"ejs": "~1.0.0",
12+
"grunt": "~0.4.2",
13+
"grunt-contrib-jshint": "~0.7.2",
14+
"grunt-contrib-watch": "~0.5.3",
15+
"grunt-contrib-coffee": "~0.10.1",
16+
"grunt-contrib-uglify": "~0.2.2",
17+
"grunt-contrib-copy": "~0.5.0"
1218
}
1319
}

0 commit comments

Comments
 (0)