-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 723 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
{
"name": "hospital_management",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shahid Afridi Zihad",
"license": "ISC",
"dependencies": {
"async": "^3.1.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"express": "^4.17.3",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"flash": "^1.1.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.2",
"path": "^0.12.7",
"popups": "^1.1.3",
"random-token": "0.0.8",
"socket.io": "^2.3.0",
"sweetalert2": "^9.8.2"
}
}