-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 807 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 807 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
{
"name": "GruntBoilerplate",
"description": "Grunt Boilerplate.",
"version": "0.0.1",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"express": "^4.13.0",
"path": "^0.11.14"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.2.1",
"grunt-githooks": "^0.3.1",
"grunt-react": "^0.12.2",
"grunt-sass": "^0.18.1",
"grunt-spritesmith": "^4.5.2",
"load-grunt-tasks": "^3.1.0"
}
}