{
  "name": "koa-body-parser",
  "version": "1.1.2",
  "description": "Parse request body into ctx.request.body",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": "https://github.com/thomseddon/koa-body-parser",
  "keywords": [
    "koa"
  ],
  "author": "Thom Seddon",
  "license": "MIT",
  "dependencies": {
    "co-body": "^2.0.0"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "should": "~3.1.2",
    "supertest": "~0.9.0",
    "koa": "~0.3.0"
  }
}
