-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 850 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
{
"name": "nodejs-mongodb",
"version": "1.0.0",
"description": "Nodejs mongodb sample demo and setup",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"restful",
"api"
],
"author": "Foysal",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"consolidate": "^0.16.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-handlebars": "^4.0.3",
"express-session": "^1.17.0",
"express-toastr": "^2.0.2",
"express-validator": "^6.4.0",
"moment": "^2.24.0",
"mongoose": "^5.9.7",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
}
}