-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.12 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
45
46
47
48
{
"name": "rcj-scoring",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"async": "^2.1.5",
"body-parser": "~1.10.1",
"chance": "^0.7.3",
"compression": "^1.7.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.7.0",
"connect-redis": "^2.2.0",
"cookie-parser": "~1.3.3",
"cron": "^1.0.9",
"debug": "~2.1.1",
"expect": "^1.6.0",
"expect.js": "^0.3.1",
"express": "~4.10.6",
"express-session": "^1.10.3",
"jade": "~1.8.2",
"jsdoc": "^3.2.2",
"log4js": "^0.6.24",
"mongoose": "^4.0.3",
"mongoose-integer": "^0.1.1",
"mongoose-timestamp": "^0.4.0",
"node-env-file": "^0.1.7",
"nodemailer": "^1.3.1",
"nodemon": "^1.3.7",
"object-hash": "^0.9.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"protobufjs": "^4.1.2",
"serve-favicon": "~2.2.0",
"sessionstore": "^1.0.5",
"socket.io": "^1.3.4",
"superagent": "^1.2.0",
"validator": "^3.33.0"
},
"main": "app.js",
"devDependencies": {
"supertest": "^0.15.0"
},
"author": "",
"license": "ISC"
}