-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "node-base",
"description": "Node Bootstrap project",
"author": "Han Hua (http://hhua.github.io)",
"version": "0.0.4",
"private": false,
"dependencies": {
"backbone": "~1.1.2",
"body-parser": "^1.10.1",
"browserify": "~3.42.0",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.3",
"debug": "^2.1.1",
"express": "~4.11.0",
"hogan.js": "~3.0.2",
"morgan": "~1.5.x",
"stylus": "~0.49.3",
"uglify-js": "~2.4.13",
"underscore": "~1.7.0"
},
"engines": {
"node": "0.11.x",
"npm": "2.1.x"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"cluster-master": "^0.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-stylus": "~0.20.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"mocha": "*",
"should": "*"
}
}