-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1023 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
38
39
40
{
"name": "finalproject",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"css-toggle-switch": "^4.1.0",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"eslint": "^4.18.1",
"express": "^4.15.5",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-hbs": "^1.0.4",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"https": "^1.0.0",
"mongo": "^0.1.0",
"mongoose": "^5.0.9",
"morgan": "~1.9.0",
"nodemailer": "^4.6.4",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"serve-favicon": "~2.4.5",
"swagger-ui-express": "^3.0.8",
"xoauth2": "^1.2.0"
}
}