koan
Version:
A Koa.js Application Boilerplate
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "newApplication",
"description": "Koa.js application based on Koan boilerplate",
"version": "0.0.1",
"dependencies": {
"koan": "^0.0.12",
"redis": "^0.10.0",
"lodash": "^2.4.1",
"koa-session": "^2.0.0",
"koa-response-time": "^1.0.2",
"koa-logger": "^1.2.0",
"koan-errors": "^0.0.3",
"koa-conditional-get": "^1.0.1",
"koa-etag": "^1.2.3",
"koa-compress": "^1.0.4",
"koa-static": "^1.4.3",
"koa-csrf": "^1.0.1"
},
"devDependencies": {
"supertest": "^0.9.0",
"mocha": "^1.17.0",
"supervisor": "^0.5.6"
},
"scripts": {
"start": "node --harmony index.js",
"debug": "node debug --harmony index.js",
"test": "PORT=9999 NODE_ENV=test mocha --harmony -R spec --recursive",
"autotest": "./node_modules/.bin/supervisor -i .tmp -q -n exit -x ./node_modules/.bin/mocha -- --harmony -R spec -G -b --recursive"
},
"engines": {
"node": ">= 11.3"
},
"main": "index.js",
"repository": {
},
"author": "",
"license": ""
}