-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 941 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 941 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
37
38
{
"name": "iplat",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "pm2 start process.prod.json --no-daemon",
"dev": "nodemon --config nodemon.json app.js",
"prd": "pm2 start processes.json"
},
"author": "Ecode",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
"cos-nodejs-sdk-v5": "^2.5.14",
"knex": "^0.13.0",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-bodyparser": "^3.2.0",
"koa-log4": "^2.1.0",
"koa-router": "^7.0.1",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.4",
"mkdir-p": "0.0.7",
"mysql": "^2.14.1",
"pify": "^2.3.0",
"wafer-node-sdk": "^1.4.5",
"yly-nodejs-sdk": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"debug": "^2.6.8",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-standard": "^2.0.1"
}
}