{
  "name": "composition",
  "description": "Compose generator and async/await middleware",
  "version": "2.3.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "license": "MIT",
  "repository": "thenables/composition",
  "dependencies": {
    "any-promise": "^1.1.0",
    "co": "^4.0.2"
  },
  "devDependencies": {
    "bluebird": "^3.1.1",
    "istanbul": "^0.4.2",
    "koa-compose": "^2.3.0",
    "matcha": "^0.6.0",
    "mocha": "^2.0.0",
    "timeout-then": "^1.0.0"
  },
  "scripts": {
    "bench": "matcha bench/run.js",
    "test": "mocha --bail",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "co",
    "compose",
    "composition",
    "middleware",
    "decorator",
    "decorators",
    "async",
    "await",
    "yield"
  ],
  "files": [
    "index.js"
  ]
}
