62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "koa",
|
|
"version": "0.21.0",
|
|
"description": "Koa web app framework",
|
|
"main": "lib/application.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": "koajs/koa",
|
|
"keywords": [
|
|
"web",
|
|
"app",
|
|
"http",
|
|
"application",
|
|
"framework",
|
|
"middleware",
|
|
"rack"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "^1.2.2",
|
|
"co": "^4.4.0",
|
|
"composition": "^2.1.1",
|
|
"content-disposition": "~0.5.0",
|
|
"content-type": "^1.0.0",
|
|
"cookies": "~0.5.0",
|
|
"debug": "*",
|
|
"delegates": "0.1.0",
|
|
"destroy": "^1.0.3",
|
|
"error-inject": "~1.0.0",
|
|
"escape-html": "~1.0.1",
|
|
"fresh": "^0.3.0",
|
|
"http-assert": "^1.1.0",
|
|
"http-errors": "^1.2.8",
|
|
"koa-compose": "^2.3.0",
|
|
"koa-is-json": "^1.0.0",
|
|
"mime-types": "^2.0.7",
|
|
"on-finished": "^2.1.0",
|
|
"only": "0.0.2",
|
|
"parseurl": "^1.3.0",
|
|
"statuses": "^1.2.0",
|
|
"type-is": "^1.5.5",
|
|
"vary": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.0.0",
|
|
"istanbul-harmony": "~0.3.0",
|
|
"make-lint": "^1.0.1",
|
|
"mocha": "^2.0.1",
|
|
"should": "^6.0.3",
|
|
"should-http": "0.0.3",
|
|
"supertest": "^1.0.1",
|
|
"test-console": "^0.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.11.16",
|
|
"iojs": ">= 1.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|