-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 818 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
36
{
"name": "kava-im",
"version": "1.0.0",
"description": "This Product is going to make a chat group and Instant Message for KAVANO ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Express",
"RestAPI",
"MongoDB",
"Mongoose",
"KAVA-IM"
],
"author": "Mohammadreza Sakhavar",
"license": "Beerware",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"jsdoc": "^3.5.5",
"mongoose": "^5.4.22",
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"express-pino-logger": "^4.0.0",
"node-env-run": "^3.0.2",
"nodemon": "^1.18.10",
"pino-colada": "^1.4.4",
"reload": "^3.0.0"
},
"nodemonConfig": {
"delay": "2500"
}
}