{
  "name": "swagger-koa",
  "description": "Document your koa rest api by jsDoc or yaml.",
  "version": "2.1.0",
  "author": "Jan Votava <jan@sensible.io>, fliptoo <fliptoo.studio@gmail.com>, sposmen <sposmen@gmail.com>",
  "main": "./index",
  "license": "MIT",
  "dependencies": {
    "async": "^2.6.0",
    "coffee-script": "*",
    "doctrine": "*",
    "js-yaml": "^3.10.0",
    "koa": "^2.5.0",
    "koa-mount": "^3.0.0",
    "koa-route": "^3.2.0",
    "koa-static": "^4.0.2",
    "underscore": "*"
  },
  "devDependencies": {
    "jshint": "*"
  },
  "scripts": {
    "test": "jshint --config jshint.cfg $(find . -name *.js | grep -v './node_modules')"
  },
  "keywords": [
    "swagger",
    "swagger-ui",
    "koa",
    "api",
    "jsdoc",
    "yml",
    "yaml",
    "coffee-script",
    "restful"
  ],
  "repository": "git://github.com/cyner/swagger-koa"
}
