-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.56 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "node-master",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"uat": "pm2 start ./process.config.js --env uat",
"prod": "pm2 start ./process.config.js --env prod"
},
"dependencies": {
"amqplib": "^0.5.5",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"bson": "^4.0.3",
"crypto": "^1.0.1",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"handlebars": "~4.0.5",
"http-proxy-middleware": "^0.19.1",
"https-proxy-agent": "^2.2.2",
"influx": "^5.5.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.6.0",
"koa-log4": "^2.3.2",
"koa-logger": "^3.2.0",
"koa-mysql-session": "^0.0.2",
"koa-onerror": "^4.1.0",
"koa-parameter": "^3.0.1",
"koa-router": "^7.4.0",
"koa-session": "^5.12.2",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"koa2-connect": "^1.0.2",
"koa2-cors": "^2.0.6",
"memcached": "^2.2.2",
"mongoose": "^5.7.12",
"mosca": "^2.8.3",
"mqtt": "^3.0.0",
"mqtt-level-store": "^3.0.0",
"path-to-regexp": "^6.1.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-validate": "^1.0.9",
"shortid": "^2.2.15",
"uuid": "^3.3.2",
"ws": "^6.1.3"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-register": "^6.26.0",
"mysql": "^2.17.1",
"nodemon": "^1.19.1"
}
}