{
  "name": "koa-swagger",
  "version": "0.3.0",
  "description": "request + response sanitation/validation against swagger specs",
  "main": "lib/",
  "scripts": {
    "test": "mocha --require co-mocha test/",
    "lint": "eslint lib/ test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rricard/koa-swagger.git"
  },
  "keywords": [
    "koa",
    "swagger",
    "api"
  ],
  "author": "Robin Ricard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rricard/koa-swagger/issues"
  },
  "homepage": "https://github.com/rricard/koa-swagger",
  "dependencies": {
    "debug": "^2.1.3",
    "jayschema": "^0.3.1",
    "json-schema-deref-sync": "^0.1.1",
    "koa-bodyparser": "^1.5.0",
    "routington": "^1.0.3"
  },
  "devDependencies": {
    "bluebird": "^2.9.24",
    "co-mocha": "^1.1.0",
    "co-supertest": "0.0.8",
    "eslint": "^0.19.0",
    "koa": "^1.2.4",
    "koa-route": "^2.4.1",
    "mocha": "^2.2.4",
    "supertest": "^0.15.0"
  }
}
