-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 849 Bytes
/
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
{
"name": "node-stack",
"version": "0.0.4",
"author": "Nathan Smyth <[email protected]>",
"private": true,
"scripts": {
"lint": "jshint **.js",
"test": "mocha test",
"uglify": "uglifyjs **.js",
"run": "node ./bin/app",
"start": "node ./bin/api"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"dotenv": "1.2.x",
"express": "4.13.x",
"ioredis": "1.7.x",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"serve-favicon": "~2.3.0",
"stylus": "0.42.3",
"usps-webtools": "0.0.x"
},
"devDependencies": {
"bower": "1.3.x",
"chai": "3.3.x",
"jshint": "2.7.x",
"jsverify": "0.5.x",
"mocha": "1.20.x",
"supertest": "1.1.x",
"uglify-js": "2.4.x"
},
"engines": {
"node": "4.0.x",
"npm": "2.14.x"
}
}