-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1010 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
41
42
{
"name": "Server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"start:dev": "cross-env NODE_PORT=6000 node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.2",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"chalk": "^2.4.1",
"config": "^1.30.0",
"connect-timeout": "^1.9.0",
"debug": "^3.1.0",
"dotenv": "^5.0.1",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"ipinfo": "^1.3.8",
"jsonwebtoken": "^8.2.1",
"lusca": "^1.6.0",
"method-override": "^2.3.10",
"moment": "^2.22.1",
"mongoose": "^5.0.17",
"morgan": "^1.9.0",
"nodemailer": "^4.6.4",
"python-shell": "^0.5.0",
"random-js": "^1.0.8",
"smoothie": "^1.35.0",
"socket.io": "^2.1.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"cross-env": "^5.1.6"
}
}