-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "objective8",
"version": "0.0.2",
"description": "",
"engines": {
"node": "0.10.28"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "0.18.1",
"jade": "^1.9.2",
"jshint-stylish": "~1.0.0",
"load-grunt-tasks": "~0.4.0",
"node-sass": "2.1.1",
"grunt-browser-sync": "2.2.0",
"grunt-express-server": "0.5.1"
},
"devDependencies": {
"express": "^4.12.1",
"grunt-browser-sync": "^2.0.0",
"grunt-express-server": "^0.4.19",
"serve-favicon": "^2.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/d-cent/objective8"
},
"bugs": {
"url": "https://github.com/d-cent/objective8/issues"
},
"scripts": {
"postinstall": "./npm-postinstall.sh"
}
}