You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
611 B

{
"name": "demo",
"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": {
"co": "^4.6.0",
"debug": "^2.6.3",
"jade": "~1.11.0",
"koa": "^1.4.0",
"koa-bodyparser": "^2.5.0",
"koa-json": "^1.1.3",
"koa-logger": "^1.3.1",
"koa-onerror": "^1.3.1",
"koa-router": "^5.4.0",
"koa-static": "^1.5.2",
"koa-views": "^3.1.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}