-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 915 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
{
"name": "iep",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"express": "~4.16.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"fs": "0.0.1-security",
"html2pug": "^4.0.0",
"http-errors": "~1.6.3",
"mongoose": "^5.12.11",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nodemailer": "^6.6.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^8.6.0",
"pug": "^3.0.2",
"update": "^0.7.4",
"uuid-mongodb": "^2.4.4",
"validator": ">=13.7.0",
"set-value": ">=4.0.1",
"braces": ">=2.3.1",
"yargs-parser": ">=5.0.1",
"glob-parent": ">=5.1.2"
}
}