-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.56 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "travel",
"version": "1.0.0",
"scripts": {
"dev:window": "set NODE_ENV=development&& nodemon main.js",
"dev:linux": "export NODE_ENV=development&& nodemon main.js",
"start:window": "set NODE_ENV=development&& node main.js",
"start:linux": "export NODE_ENV=production&& node main.js",
"cluster": "set CLUSTER_ON=1&& node main.js",
"start": "export NODE_ENV=ec2&& node main.js",
"start_w": "set NODE_ENV=ec2&& node main.js"
},
"dependencies": {
"async": "^2.4.1",
"axios": "^0.17.1",
"body-parser": "~1.15.2",
"cluster": "^0.7.7",
"compression": "^1.6.2",
"connect-redis": "^3.3.0",
"cookie-parser": "~1.4.3",
"crypto-js": "^3.1.9-1",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"ejs": "^2.5.7",
"email-templates": "^5.0.3",
"express": "~4.14.0",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.3",
"fcm-push": "^1.1.3",
"fs": "0.0.1-security",
"ioredis": "^3.1.1",
"lodash": "^4.15.0",
"method-override": "^2.3.9",
"moment": "^2.19.4",
"moment-timezone": "^0.5.17",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"mysql2": "^1.3.5",
"node-uuid": "^1.4.8",
"nodemailer": "^5.1.1",
"nodemon": "^1.17.3",
"os": "^0.1.1",
"partial-js": "^1.1.5",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.1.6",
"path": "^0.12.7",
"query-string": "^6.0.0",
"sequelize": "^4.37.4",
"serve-favicon": "~2.3.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
}
}