-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.11 KB
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
{
"name": "chat-app-api",
"version": "1.0.0",
"description": "A chat app API built using Express.js, Node.js, MongoDB, JWT and deployed to cloud with documentation.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ashish Patel <ashish.tripleclicks@gmail.com>",
"license": "MIT",
"dependencies": {
"bcrypt": "^2.0.0",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.5",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.2",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongoose": "^4.11.13",
"morgan": "^1.9.0",
"pino": "^4.7.2",
"redis": "^2.8.0",
"request": "^2.83.0",
"shortid": "^2.2.8",
"socket.io": "^2.1.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ashishpatelcs/Chat-App-API.git"
},
"bugs": {
"url": "https://github.com/ashishpatelcs/Chat-App-API/issues"
},
"homepage": "https://github.com/ashishpatelcs/Chat-App-API#readme"
}