-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
{
"name": "choralweb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-worker": "node ./bin/worker",
"dev": "nodemon -L ./bin/www",
"dev-worker": "nodemon -L ./bin/worker"
},
"dependencies": {
"body-parser": "~1.17.1",
"cassandra-driver": "^3.2.2",
"connect-redis": "^3.3.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"epoch-charting": "^0.8.4",
"express": "~4.15.2",
"express-flash-2": "^1.0.1",
"express-session": "^1.15.3",
"mongoose": "^4.11.1",
"mongoose-unique-validator": "^1.0.5",
"morgan": "~1.8.1",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"pug": "~2.0.0-beta11",
"redis": "^2.7.1",
"request": "^2.81.0",
"secure-random-string": "^1.0.0",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.3",
"vm2": "^3.4.6"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}