-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1 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
{
"name": "Plinth-2017",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "^2.5.3",
"express": "~4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.14.2",
"google-auth-library": "^0.10.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.6.3",
"mongoose-csv": "^1.0.0",
"mongoose-currency": "^0.2.0",
"morgan": "~1.7.0",
"njwt": "^0.3.2",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^1.0.0",
"passport-google-token": "^0.1.2",
"serve-favicon": "~2.3.0"
},
"author": "Mukul Jain",
"contributors": [
"Mukul Jain <jainmukul1996@gmail.com>",
"Mukul Goyal <me.mukul05@gmail.com>",
"Vishal Sanghai <vcoolsanghai@gmail.com>"
]
}