koa-opinion
Version:
koa, ready to use, and that my opinion!
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "koa-opinion",
"description": "koa, ready to use, and that my opinion!",
"repository": "Empeeric/opinion",
"version": "1.0.1",
"keywords": [
"koa",
"middleware",
"framework",
"boilerpalte"
],
"license": "MIT",
"dependencies": {
"koa": "",
"koa-mount": "",
"koa-response-time": "",
"koa-logger": "",
"koa-favicon": "",
"koa-etag": "",
"koa-static": "",
"koa-rewrite": "",
"koa-conditional-get": "",
"koa-compress": "",
"koa-ratelimit": "",
"koa-session": "",
"koa-csrf": "",
"koa-route": "",
"koa-render": "",
"lodash": "",
"lodash-contrib": "",
"dustjs-linkedin": ""
},
"devDependencies": {
"istanbul": "",
"chai": "",
"mocha": ""
},
"scripts": {
"start": "node --harmony ./example/kitchensink/app.js",
"test": "node ./node_modules/mocha/bin/_mocha",
"cover": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -x generated/**"
},
"engines": {
"node": "0.11.x"
}
}