-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 Bytes
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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"cookie-parser": "^1.4.3",
"debug": "~2.6.9",
"ejs": "^2.5.7",
"express": "~4.15.5",
"express-mysql-session": "^1.2.3",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"install": "^0.10.4",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^4.6.3",
"nodemon": "^1.17.2",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.4.5"
}
}