{
  "name": "cottage",
  "version": "3.1.3",
  "description": "Simple and fastest router for koa.js. ",
  "engines": {
    "node": ">= 8.0.0"
  },
  "main": "index.js",
  "typings": "./index.d.ts",
  "scripts": {
    "test": "mocha",
    "test:coverage": "nyc mocha",
    "test:ci": "npm run test:coverage && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/therne/cottage"
  },
  "keywords": [
    "framework",
    "koa",
    "express",
    "router",
    "coroutine",
    "middleware"
  ],
  "author": "therne",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/therne/cottage/issues"
  },
  "homepage": "https://therne.github.io/cottage",
  "devDependencies": {
    "async": "^1.5.2",
    "chai": "^4.2.0",
    "coveralls": "^3.0.7",
    "delegates": "^0.1.0",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1"
  },
  "dependencies": {
    "koa": "^2.10.0",
    "koa-compose": "^4.1.0",
    "koa-mount": "^3.0.0",
    "@types/koa": "^2.0.51"
  }
}
