forked from Vaibhav-Thalanki/Hiring-Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 693 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
{
"name": "views",
"version": "1.0.0",
"description": "Profiles",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Keerthana",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongodb": "^4.10.0",
"mongoose": "^6.6.5",
"multer": "^1.4.5-lts.1",
"node-sessionstorage": "^1.0.0",
"nodemailer": "^6.8.0",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"socketio": "^1.0.0"
},
"keywords": []
}