{
  "_from": "git+https://github.com/ellipsistechnology/oas3-tools.git",
  "_id": "oas3-tools@1.0.1",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/oas3-tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "oas3-tools@git+https://github.com/ellipsistechnology/oas3-tools.git",
    "name": "oas3-tools",
    "escapedName": "oas3-tools",
    "rawSpec": "git+https://github.com/ellipsistechnology/oas3-tools.git",
    "saveSpec": "git+https://github.com/ellipsistechnology/oas3-tools.git",
    "fetchSpec": "https://github.com/ellipsistechnology/oas3-tools.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://github.com/ellipsistechnology/oas3-tools.git#247ee96983a139cdbfba8d31dc204a30a929cd7c",
  "_spec": "oas3-tools@git+https://github.com/ellipsistechnology/oas3-tools.git",
  "_where": "/opt/dev/blackbox/blackbox-cli-js/test",
  "author": {
    "name": "Jeremy Whitlock",
    "email": "jwhitlock@apache.org",
    "url": "https://github.com/whitlockjc"
  },
  "bin": {
    "oas3-tools": "./bin/oas3-tools"
  },
  "bugs": {
    "url": "https://github.com/bug-hunters/oas3-tools/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^2.5.0",
    "body-parser": "1.18.2",
    "commander": "~2.11.0",
    "debug": "^3.1.0",
    "js-yaml": "^3.3.1",
    "json-refs": "^3.0.2",
    "lodash": "^4.17.4",
    "multer": "^1.1.0",
    "parseurl": "^1.3.0",
    "path-to-regexp": "^2.0.0",
    "qs": "^6.0.3",
    "serve-static": "^1.10.0",
    "spark-md5": "^3.0.0",
    "superagent": "^3.5.2",
    "swagger-converter": "^0.1.7",
    "traverse": "^0.6.6",
    "z-schema": "^3.15.4"
  },
  "deprecated": false,
  "description": "Various tools for using and integrating with Swagger/Open API v3.",
  "devDependencies": {
    "browserify": "^14.4.0",
    "connect": "^3.4.0",
    "del": "^3.0.0",
    "exposify": "^0.5.0",
    "gulp": "^3.9.0",
    "gulp-if": "^2.0.0",
    "gulp-istanbul": "^1.1.2",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.2.0",
    "gulp-mocha": "^3.0.1",
    "gulp-nsp": "^2.4.2",
    "gulp-uglify": "^3.0.0",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.0.1",
    "karma": "^1.7.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.0.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "mocha": "^4.0.1",
    "phantomjs-prebuilt": "^2.1.6",
    "run-sequence": "^2.0.0",
    "supertest": "^3.0.0",
    "vinyl-browserify": "1.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "files": [
    "bin",
    "index.js",
    "LICENSE",
    "lib",
    "middleware",
    "schemas"
  ],
  "homepage": "https://github.com/bug-hunters/oas3-tools",
  "keywords": [
    "api",
    "connect",
    "middleware",
    "swagger",
    "oas3"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "oas3-tools",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bug-hunters/oas3-tools.git"
  },
  "scripts": {
    "test": "gulp",
    "test-debug": "node --debug-brk node_modules/.bin/gulp"
  },
  "version": "1.0.1"
}
