-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
{
"name": "health-e-locker-1",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nitishsharma2825/Health-E-Locker-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nitishsharma2825/Health-E-Locker-1/issues"
},
"homepage": "https://github.com/nitishsharma2825/Health-E-Locker-1#readme",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-type": "^15.0.1",
"font-awesome": "^4.7.0",
"hbs": "^4.1.1",
"jquery": "^3.5.1",
"lite-server": "^2.5.4",
"mongodb": "^3.6.2",
"mongoose": "^5.10.7",
"multer": "^1.4.2",
"newsapi": "^2.4.1",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"popper.js": "^1.16.1"
}
}