{
  "name": "openapi-schema-validation",
  "version": "0.4.2",
  "description": "Validate openapi documents.",
  "scripts": {
    "cover": "istanbul cover _mocha -- ./test/*.js",
    "test-watch": "mocha -w ./test/*.js ./test/**/*.js",
    "test": "mocha ./test/*.js",
    "travis-test": "npm run cover"
  },
  "repository": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-schema-validation",
  "keywords": [
    "openapi",
    "schema",
    "validation"
  ],
  "author": "Joseph Spencer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kogosoftwarellc/open-api/issues"
  },
  "homepage": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-schema-validation#readme",
  "dependencies": {
    "jsonschema": "1.2.4",
    "jsonschema-draft4": "^1.0.0",
    "swagger-schema-official": "2.0.0-bab6bed"
  }
}
