-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
{
"name": "members",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bootstrap": "^4.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"csurf": "^1.9.0",
"debug": "~2.6.9",
"errorhandler": "^1.5.0",
"express": "~4.16.0",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"jquery-validation": "^1.19.0",
"jsonwebtoken": "^8.2.2",
"mongoose": "^5.1.3",
"morgan": "~1.9.0",
"nodemailer": "^6.1.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"popper.js": "^1.12.9"
}
}