2013-08-17 07:15:57 +00:00
|
|
|
{
|
|
|
|
"name": "koa",
|
2013-11-08 00:56:51 +00:00
|
|
|
"version": "0.0.2",
|
2013-08-17 07:15:57 +00:00
|
|
|
"description": "Koa web app framework",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"example": "examples"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2013-08-17 08:07:54 +00:00
|
|
|
"repository": "koajs/koa",
|
2013-08-17 07:15:57 +00:00
|
|
|
"keywords": [
|
|
|
|
"web",
|
|
|
|
"app",
|
|
|
|
"http",
|
|
|
|
"application",
|
|
|
|
"framework",
|
|
|
|
"middleware",
|
|
|
|
"rack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2013-11-12 20:44:49 +00:00
|
|
|
"co": "~2.3.0",
|
2013-08-17 07:15:57 +00:00
|
|
|
"debug": "*",
|
2013-11-08 22:06:38 +00:00
|
|
|
"mime": "~1.2.11",
|
|
|
|
"fresh": "~0.2.0",
|
|
|
|
"negotiator": "~0.3.0",
|
|
|
|
"koa-compose": "~2.0.0",
|
2013-08-21 04:51:14 +00:00
|
|
|
"cookies": "~0.3.6"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-11-12 22:33:06 +00:00
|
|
|
"bytes": "~0.2.1",
|
|
|
|
"should": "~2.0.2",
|
|
|
|
"mocha": "~1.14.0",
|
|
|
|
"supertest": "~0.7.1",
|
|
|
|
"co-fs": "~1.1",
|
|
|
|
"co-views": "~0.1.0",
|
|
|
|
"ejs": "~0.8.4"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "> 0.11.4"
|
|
|
|
}
|
|
|
|
}
|