{
  "name": "koa-next",
  "version": "1.0.4",
  "description": "a simple encapsulation for koa2",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "koa2"
  ],
  "author": "kehanshi",
  "license": "ISC",
  "dependencies": {
    "is-generator-function": "^1.0.6",
    "koa": "^2.0.1",
    "koa-body": "^1.6.0",
    "koa-compose": "^3.2.1",
    "koa-convert": "^1.2.0",
    "routington": "^1.0.3"
  },
  "engines": {
    "node": ">=7.6.0"
  }
}
