forked from satyamj21/MediFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 905 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
{
"name": "mediflow",
"version": "1.0.0",
"description": "Mediflow — Smart Hospital Appointment Booking System",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satyamj21/MediFlow.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/satyamj21/MediFlow/issues"
},
"homepage": "https://github.com/satyamj21/MediFlow#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^17.4.2",
"ejs": "^4.0.1",
"ejs-mate": "^4.0.0",
"express": "^5.2.1",
"express-session": "^1.19.0",
"list": "^2.0.19",
"mongoose": "^6.13.8",
"multer": "^2.0.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2"
}
}