{
  "name": "swagger2-utils",
  "version": "2.0.10",
  "description": "Utilities for validating and working with swagger 2.0 documents",
  "main": "lib/swagger2-utils.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jflitton/swagger2-utils.git"
  },
  "keywords": [
    "swagger 2.0",
    "swagger",
    "2.0",
    "swagger validator",
    "swagger parser"
  ],
  "author": "Jeff Flitton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jflitton/swagger2-utils/issues"
  },
  "homepage": "https://github.com/jflitton/swagger2-utils",
  "dependencies": {
    "clone": "^0.2.0",
    "traverse": "^0.6.6",
    "z-schema": "^3.3.1"
  },
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "gulp": "^3.8.10",
    "gulp-coffee": "^2.2.0",
    "gulp-coffeelint": "^0.4.0",
    "gulp-mocha": "^2.0.0",
    "gulp-istanbul": "^0.5.0",
    "del": "^1.1.1",
    "mocha": "^2.1.0"
  }
}