forked from isaacaddis/Manabu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 804 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
{
"name": "manabu",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.18.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.4.3",
"cookies": "^0.7.1",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-session": "~1.0.0",
"firebase": "^4.6.0",
"firebase-admin": "^5.4.3",
"fs": "0.0.1-security",
"http": "0.0.0",
"method-override": "~1.0.0",
"mongoose": "~3.8.1",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4"
}
}