50 lines
987 B
JSON
50 lines
987 B
JSON
{
|
|
"name": "koa",
|
|
"version": "0.6.3",
|
|
"description": "Koa web app framework",
|
|
"main": "lib/application.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/koajs/koa"
|
|
},
|
|
"keywords": [
|
|
"web",
|
|
"app",
|
|
"http",
|
|
"application",
|
|
"framework",
|
|
"middleware",
|
|
"rack"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-html": "~1.0.1",
|
|
"statuses": "~1.0.1",
|
|
"accepts": "~1.0.0",
|
|
"type-is": "~1.2.0",
|
|
"mime-types": "~1.0.0",
|
|
"finished": "~1.2.0",
|
|
"co": "~3.0.2",
|
|
"debug": "*",
|
|
"fresh": "~0.2.1",
|
|
"koa-compose": "~2.3.0",
|
|
"koa-is-json": "~1.0.0",
|
|
"cookies": "~0.4.0",
|
|
"delegates": "0.0.3",
|
|
"dethroy": "~1.0.0",
|
|
"error-inject": "~1.0.0",
|
|
"only": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"should": "^3.1.0",
|
|
"mocha": "^1.17.0",
|
|
"supertest": "~0.13.0",
|
|
"make-lint": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.11.9"
|
|
}
|
|
}
|