-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 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
32
33
34
35
{
"name": "nodejs-template",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.5.1",
"bcrypt": "^3.0.7",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"hbs": "~4.0.4",
"helmet": "^3.21.2",
"http-errors": "~1.6.3",
"json2xls": "^0.1.2",
"log4js": "^6.1.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"rotating-file-stream": "^2.0.2",
"seneca": "^3.18.0",
"serve-favicon": "^2.5.0",
"sha1": "^1.1.1",
"uuid": "^3.4.0"
}
}