-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1000 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1000 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
36
37
38
39
40
41
{
"name": "task_list",
"version": "1.0.0",
"engines": {
"node": "14.17.0",
"npm": "6.14.13"
},
"description": "Web task list ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"heroku-postbuild": "npm run build"
},
"author": "GLUKHOV Maks",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"express-validator": "^5.3.1",
"hbs": "^4.1.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongodb": "^3.6.8",
"mongoose": "^5.12.10",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"redis": "^3.1.2"
}
}