{
  "name": "http-context",
  "version": "1.1.1",
  "description": "High-level request & response object. Inspired by Koa's context",
  "keywords": [],
  "author": "Matthew Mueller <matt@lapwinglabs.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/lapwinglabs/http-context.git"
  },
  "dependencies": {
    "accepts": "^1.2.5",
    "assert": "^1.3.0",
    "content-disposition": "^0.5.0",
    "content-type": "^1.0.1",
    "delegates": "^0.1.0",
    "destroy": "^1.0.3",
    "error-inject": "^1.0.0",
    "escape-html": "^1.0.1",
    "http-incoming": "^0.12.0",
    "http-outgoing": "^0.12.0",
    "koa-is-json": "^1.0.0",
    "mime-types": "^2.0.10",
    "on-finished": "^2.2.0",
    "parseurl": "^1.3.0",
    "querystring": "^0.2.0",
    "statuses": "^1.2.1",
    "type-is": "^1.6.1",
    "vary": "^1.0.0"
  },
  "devDependencies": {
    "mocha": "^2.2.1",
    "should": "*"
  },
  "main": "lib/context.js"
}