{
  "name": "koa-swagger2",
  "version": "1.0.4",
  "description": "request + response sanitation/validation against swagger specs",
  "main": "lib/",
  "scripts": {
    "prepublish": "npm run build",
    "build": "babel src/ --out-dir lib",
    "test": "jest",
    "lint": "eslint src/ test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/factro/koa-swagger.git"
  },
  "keywords": [
    "koa",
    "swagger",
    "api"
  ],
  "author": "marudor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/factro/koa-swagger/issues"
  },
  "homepage": "https://github.com/factro/koa-swagger",
  "jest": {
    "testEnvironment": "node",
    "testPathDirs": [
      "src"
    ]
  },
  "dependencies": {
    "debug": "^2.6.0",
    "jayschema": "^0.3.1",
    "json-schema-deref-sync": "^0.3.3",
    "koa-bodyparser": "^3.2.0",
    "routington": "^1.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-plugin-transform-class-properties": "^6.16.0",
    "babel-preset-es2017": "^6.22.0",
    "babel-preset-node6": "^11.0.0",
    "bluebird": "^3.4.7",
    "co-mocha": "^1.1.0",
    "co-supertest": "^0.0.10",
    "eslint": "^3.14.0",
    "eslint-config-marudor": "^3.0.1",
    "jest": "^16.0.2",
    "koa": "^2.0.0-alpha.7",
    "koa-route": "^3.2.0",
    "mocha": "^3.2.0",
    "supertest": "^2.0.0"
  }
}
