update
parents
Showing
.autod.conf.js
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
README.zh-CN.md
0 → 100644
app/controller/admin.js
0 → 100644
app/controller/home.js
0 → 100644
app/router.js
0 → 100644
appveyor.yml
0 → 100644
config/config.default.js
0 → 100644
config/plugin.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "example", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "private": true, | |||
| "dependencies": { | |||
| "egg": "^2.2.1", | |||
| "egg-scripts": "^2.5.0" | |||
| }, | |||
| "devDependencies": { | |||
| "autod": "^3.0.1", | |||
| "autod-egg": "^1.0.0", | |||
| "egg-bin": "^4.3.5", | |||
| "egg-ci": "^1.8.0", | |||
| "egg-mock": "^3.14.0", | |||
| "eslint": "^4.11.0", | |||
| "eslint-config-egg": "^6.0.0", | |||
| "webstorm-disable-index": "^1.2.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8.9.0" | |||
| }, | |||
| "scripts": { | |||
| "start": "egg-scripts start --daemon --title=egg-server-example", | |||
| "stop": "egg-scripts stop --title=egg-server-example", | |||
| "dev": "egg-bin dev", | |||
| "debug": "egg-bin debug", | |||
| "test": "npm run lint -- --fix && npm run test-local", | |||
| "test-local": "egg-bin test", | |||
| "cov": "egg-bin cov", | |||
| "lint": "eslint .", | |||
| "ci": "npm run lint && npm run cov", | |||
| "autod": "autod" | |||
| }, | |||
| "ci": { | |||
| "version": "8" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "" | |||
| }, | |||
| "author": "", | |||
| "license": "MIT" | |||
| } |
Please register or sign in to comment