-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 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
{
"name": "roomfinder-api",
"version": "1.0.0",
"description": "it's an API for RoomFinder-Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"roomFinder"
],
"author": "Anil Khadka",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"date-and-time": "^0.6.3",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"http-status-codes": "^1.3.0",
"joi": "^14.3.0",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.4.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"node-datetime": "^2.1.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"socket.io": "^2.2.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}