31 lines
708 B
JSON
Executable File
31 lines
708 B
JSON
Executable File
{
|
|
"name": "maoyanApp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node bin/www",
|
|
"dev": "./node_modules/.bin/nodemon bin/www",
|
|
"prd": "pm2 start bin/www",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"debug": "^2.6.3",
|
|
"koa": "^2.2.0",
|
|
"koa-bodyparser": "^3.2.0",
|
|
"koa-convert": "^1.2.0",
|
|
"koa-json": "^2.0.2",
|
|
"koa-logger": "^2.0.1",
|
|
"koa-onerror": "^1.2.1",
|
|
"koa-router": "^7.1.1",
|
|
"koa-static": "^3.0.0",
|
|
"koa-views": "^5.2.1",
|
|
"koa2-cors": "^2.0.5",
|
|
"mongoose": "^5.0.0",
|
|
"pug": "^2.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.8.1"
|
|
}
|
|
}
|