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-08 00:15:47 +00:00
|
|
|
"co": "2.2.0",
|
2013-08-17 07:15:57 +00:00
|
|
|
"debug": "*",
|
|
|
|
"mime": "1.2.10",
|
|
|
|
"fresh": "0.2.0",
|
|
|
|
"negotiator": "0.2.7",
|
2013-11-08 00:15:47 +00:00
|
|
|
"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": {
|
|
|
|
"bytes": "*",
|
|
|
|
"should": "1.2.2",
|
|
|
|
"mocha": "1.12.0",
|
2013-09-03 02:28:54 +00:00
|
|
|
"supertest": "0.7.1",
|
2013-09-06 14:55:01 +00:00
|
|
|
"co-fs": "~1.0.1",
|
|
|
|
"co-views": "0.0.1",
|
|
|
|
"ejs": "~0.8.4"
|
2013-08-17 07:15:57 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "> 0.11.4"
|
|
|
|
}
|
|
|
|
}
|