2017-07-03 16:16:05 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "yapi",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "-------------------------------------------------------------------------------- #### **项目管理**: #### *PMO*:(http://pmo.corp.qunar.com)<br /> -------------------------------------------------------------------------------- #### **CI/CD**: #### *QDR*:(http://qdr.corp.qunar.com/)<br /> #### *QCI*:(http://qci.corp.qunar.com/)<br /> #### *CABLE*:(http://wanshiwu.corp.qunar.com/qualitycheck/index/)<br />",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"build-server": "babel server -d server_dist",
|
|
|
|
|
"dev-server": "nodemon server_dist/app.js dev"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@gitlab.corp.qunar.com:wenxiong.su/yapi.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
|
"koa": "^2.0.0",
|
|
|
|
|
"koa-bodyparser": "^3.2.0",
|
|
|
|
|
"koa-logger": "^3.0.0",
|
|
|
|
|
"koa-mysql-session": "0.0.2",
|
|
|
|
|
"koa-router": "^7.0.1",
|
|
|
|
|
"koa-send": "^3.2.0",
|
|
|
|
|
"koa-session-minimal": "^3.0.3",
|
|
|
|
|
"koa-static": "^3.0.0",
|
|
|
|
|
"koa-views": "^5.2.0",
|
2017-07-05 16:17:58 +08:00
|
|
|
|
"mongoose": "4.10.8",
|
|
|
|
|
"mongoose-auto-increment": "^5.0.1"
|
2017-07-03 16:16:05 +08:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"babel-cli": "^6.24.1",
|
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
|
"gulp-babel": "^6.1.2",
|
|
|
|
|
"gulp-watch": "^4.3.11",
|
|
|
|
|
"nodemon": "^1.11.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 6.0.0",
|
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|