-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "nko2015-entry",
"version": "0.0.1",
"description": "Our soon to be awesome entry for NKO2015. Let's make something amazing.",
"author": "Node Knockout Team <[email protected]>",
"main": "./app.js",
"scripts": {
"debug": "node-debug app.js",
"dev": "NODE_ENV=development nodemon app.js",
"start": "NODE_ENV=production node app.js",
"build-cli": "browserify lib/client/app.js > public/js/build.js",
"test": "tape tests/*.js",
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"body-parser": "^1.14.1",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"github": "^0.2.4",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"octodex": "^1.0.0",
"passport": "^0.3.0",
"passport-github": "^1.0.0",
"redis": "^2.3.0",
"request": "^2.65.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"blue-tape": "^0.1.10",
"browserify": "^12.0.1",
"debug": "^2.2.0",
"modernizr": "^3.2.0",
"nock": "^2.17.0",
"node-inspector": "^0.12.3",
"tape": "^4.2.2"
}
}