update and loosen dependencies

pretty annoying to continuously update these. we'll start pining them
when you can actually use koa without --harmony
This commit is contained in:
Jonathan Ong 2013-11-08 14:06:38 -08:00
parent 01e0f838e6
commit f0ecaaff50
1 changed files with 12 additions and 12 deletions

View File

@ -21,22 +21,22 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"co": "2.2.0", "co": "~2.2.0",
"debug": "*", "debug": "*",
"mime": "1.2.10", "mime": "~1.2.11",
"fresh": "0.2.0", "fresh": "~0.2.0",
"negotiator": "0.2.7", "negotiator": "~0.3.0",
"koa-compose": "2.0.0", "koa-compose": "~2.0.0",
"cookies": "~0.3.6" "cookies": "~0.3.6"
}, },
"devDependencies": { "devDependencies": {
"bytes": "*", "bytes": "0.2.1 - 1",
"should": "1.2.2", "should": "^2.0.2",
"mocha": "1.12.0", "mocha": "^1.14.0",
"supertest": "0.7.1", "supertest": "0.7.1 - 1",
"co-fs": "~1.0.1", "co-fs": "^1.1",
"co-views": "0.0.1", "co-views": "0.1.0 - 1",
"ejs": "~0.8.4" "ejs": "0.8.4 - 1"
}, },
"engines": { "engines": {
"node": "> 0.11.4" "node": "> 0.11.4"