-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 998 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
36
37
38
39
40
41
42
{
"name": "node_passport_login",
"version": "2.0.0",
"description": "Node.js authentication with Passport",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "14.15.0"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"fast-two-sms": "^2.1.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mongoose": "^5.7.5",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gouravkrosx/HealthCare.git"
},
"bugs": {
"url": "https://github.com/gouravkrosx/HealthCare/issues"
},
"homepage": "https://github.com/gouravkrosx/HealthCare#readme"
}