-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 876 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
{
"name": "Global-Gym-Reboot",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --harmony ./Server/bin/www",
"dev": "nodemon --harmony --ignore Frontend/ ./Server/bin/www",
"prod": "export PORT=80 && node ./Server/bin/www"
},
"dependencies": {
"body-parser": "~1.10.2",
"config": "^1.14.0",
"config-heroku": "0.0.5",
"connect-flash": "~0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"express-session": "^1.10.3",
"jade": "~1.9.1",
"mongoose": "^4.0.6",
"morgan": "~1.5.1",
"passport": "^0.2.2",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"passport-twitter": "~1.0.2",
"serve-favicon": "~2.2.0",
"socket.io": "^1.3.5",
"jsonwebtoken": "^1.2.0"
}
}