update 1.0.0
上级
正在显示
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
History.md
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "nodejs", | |||
| "version": "1.0.0", | |||
| "description": "ezijing-node-server", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "lint": "eslint --ext .js server/", | |||
| "lint:fix": "eslint --fix --ext .js server/", | |||
| "deployTest": "cross-env NODE_ENV=test SERVER_PORT=4101 pm2 start ./server/distRun.js -i 1 -n ezijing-node-server -o upload_tmp/pm2_ezijing-node-server.stdout.log -e upload_tmp/pm2_ezijing-node-server.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'", | |||
| "deploy": "cross-env NODE_ENV=production SERVER_PORT=5101 pm2 start ./server/distRun.js -i 1 -n ezijing-node-server -o /data/logs/pm2/ezijing-node-server/pm2_ezijing-node-server.stdout.log -e /data/logs/pm2/ezijing-node-server/pm2_ezijing-node-server.stderr.log --log-date-format 'YYYY-MM-DD HH:mm Z'", | |||
| "reload": "pm2 reload ezijing-node-server" | |||
| }, | |||
| "author": "ZYX", | |||
| "license": "ISC", | |||
| "eslintIgnore": [ | |||
| "build/" | |||
| ], | |||
| "devDependencies": { | |||
| "babel-core": "^6.26.3", | |||
| "babel-eslint": "^8.2.6", | |||
| "cross-env": "^5.2.0", | |||
| "eslint": "^4.19.1", | |||
| "eslint-config-standard": "^11.0.0", | |||
| "eslint-plugin-import": "^2.14.0", | |||
| "eslint-plugin-node": "^6.0.1", | |||
| "eslint-plugin-promise": "^3.8.0", | |||
| "eslint-plugin-standard": "^3.1.0" | |||
| }, | |||
| "dependencies": { | |||
| "@god/node-com": "^1.1.3", | |||
| "body-parser": "^1.18.3", | |||
| "child_process": "^1.0.2", | |||
| "connect-history-api-fallback": "^1.6.0", | |||
| "express": "^4.16.4", | |||
| "multer": "^1.4.1" | |||
| } | |||
| } |
server/config.js
0 → 100644
server/controller/TestMonitor.js
0 → 100644
server/distRun.js
0 → 100644
server/pm2.yml
0 → 100644
server/routes/index.js
0 → 100644
请
注册
或者
登录
后发表评论