2013-08-17 07:15:57 +00:00
|
|
|
{
|
|
|
|
"name": "koa",
|
2014-09-20 20:23:40 +00:00
|
|
|
"version": "0.12.0",
|
2013-08-17 07:15:57 +00:00
|
|
|
"description": "Koa web app framework",
|
2014-03-23 11:03:17 +00:00
|
|
|
"main": "lib/application.js",
|
2013-08-17 07:15:57 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2014-09-08 08:40:44 +00:00
|
|
|
"repository": "koajs/koa",
|
2013-08-17 07:15:57 +00:00
|
|
|
"keywords": [
|
|
|
|
"web",
|
|
|
|
"app",
|
|
|
|
"http",
|
|
|
|
"application",
|
|
|
|
"framework",
|
|
|
|
"middleware",
|
|
|
|
"rack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2014-09-06 02:35:24 +00:00
|
|
|
"accepts": "~1.1.0",
|
2014-07-28 03:39:23 +00:00
|
|
|
"co": "~3.1.0",
|
2014-09-22 00:58:52 +00:00
|
|
|
"content-disposition": "~0.3.0",
|
2014-07-31 04:38:48 +00:00
|
|
|
"cookies": "~0.5.0",
|
2014-09-09 05:07:10 +00:00
|
|
|
"debug": "*",
|
2014-03-11 18:01:33 +00:00
|
|
|
"delegates": "0.0.3",
|
2014-08-15 06:34:25 +00:00
|
|
|
"destroy": "~1.0.3",
|
2014-04-09 16:02:13 +00:00
|
|
|
"error-inject": "~1.0.0",
|
2014-09-09 05:07:10 +00:00
|
|
|
"escape-html": "~1.0.1",
|
|
|
|
"fresh": "~0.2.1",
|
|
|
|
"http-assert": "~1.0.1",
|
|
|
|
"http-errors": "~1.2.0",
|
|
|
|
"koa-compose": "~2.3.0",
|
|
|
|
"koa-is-json": "~1.0.0",
|
|
|
|
"media-typer": "~0.3.0",
|
|
|
|
"mime-types": "~2.0.0",
|
|
|
|
"on-finished": "~2.1.0",
|
|
|
|
"only": "0.0.2",
|
2014-08-14 01:16:40 +00:00
|
|
|
"parseurl": "~1.3.0",
|
2014-09-22 00:58:52 +00:00
|
|
|
"statuses": "~1.1.0",
|
2014-09-09 05:07:10 +00:00
|
|
|
"type-is": "~1.5.0",
|
|
|
|
"vary": "~1.0.0"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-09-08 22:53:46 +00:00
|
|
|
"istanbul-harmony": "~0.3.0",
|
|
|
|
"make-lint": "^1.0.1",
|
2014-03-23 11:02:05 +00:00
|
|
|
"mocha": "^1.17.0",
|
2014-09-08 22:53:46 +00:00
|
|
|
"should": "^3.1.0",
|
2014-06-04 04:36:27 +00:00
|
|
|
"supertest": "~0.13.0",
|
2014-09-08 22:53:46 +00:00
|
|
|
"test-console": "^0.7.1"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2014-09-08 08:40:44 +00:00
|
|
|
"node": ">= 0.11.13"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"LICENSE",
|
|
|
|
"History.md"
|
|
|
|
]
|
2014-01-17 16:43:54 +00:00
|
|
|
}
|