-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 756 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 756 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
{
"name": "demo",
"version": "1.0.0",
"description": "for knowladge",
"main": "index.js",
"scripts": {
"test": "nodemon index"
},
"author": "abhinav kashyap",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.1.2",
"mongoose": "^5.12.3",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"validation": "0.0.1"
},
"devDependencies": {},
"keywords": []
}