{
  "name": "swaggerize-builder",
  "version": "2.0.5",
  "author": "Trevor Livingston <trlivingston@paypal.com>",
  "description": "Swagger based route building.",
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "git://github.com/krakenjs/swaggerize-builder.git"
  },
  "bugs": "http://github.com/krakenjs/swaggerize-builder/issues",
  "engines": {
    "node": "0.10.x"
  },
  "dependencies": {
    "caller": "^0.0.1",
    "core-util-is": "^1.0.1",
    "debuglog": "^1.0.1",
    "enjoi": "^0.2.0"
  },
  "devDependencies": {
    "tape": "^2.4.2",
    "istanbul": "^0.2.3",
    "jshint": "^2.4.1"
  },
  "scripts": {
    "test": "tape test/*.js",
    "cover": "istanbul cover tape -- test/*.js",
    "lint": "jshint -c .jshintrc lib/*.js"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ]
}
