-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 967 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
43
{
"name": "default",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "set NODE_ENV=production && node server.js",
"test": "set NODE_ENV=dev && nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "1.18.2",
"consign": "^0.1.6",
"cors": "2.8.4",
"ejs": "2.5.7",
"express": "^4.16.2",
"express-validator": "4.3.0",
"handlebars": "^4.0.11",
"jsonwebtoken": "^8.1.0",
"lodash": "4.17.4",
"mysql2": "1.5.1",
"nodemailer": "^4.4.0",
"request": "^2.83.0",
"sequelize": "4.23.2",
"socket.io": "^2.0.4",
"standard": "^10.0.3"
},
"production": {
"url": "192.168.2.63",
"database": "database",
"user": "user",
"password": "password",
"dialect": "mysql"
},
"dev": {
"url": "192.168.2.63",
"database": "database",
"user": "user",
"password": "password",
"dialect": "mysql"
}
}