forked from kgms217068/grow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 711 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 711 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
{
"name": "grow",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^6.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.5.0",
"ejs": "~2.6.1",
"es6-promise": "^4.2.8",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.2",
"mysql2": "^3.14.0",
"node-cron": "^4.0.7",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"promise-pool-js": "^1.0.2",
"validator": "^13.15.0"
}
}