{
  "name": "swagger-ui-restify",
  "version": "3.0.8",
  "description": "Swagger UI Restify",
  "main": "./lib/index.js",
  "files": [
    "static",
    "package.json",
    "index.js",
    "indexTemplate.html",
    "swagger-ui-init.js",
    "LICENSE"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha test"
  },
  "keywords": [
    "swagger",
    "restify",
    "ui",
    "json",
    "documentation"
  ],
  "private": false,
  "engines": {
    "node": ">= v6.9.1"
  },
  "devDependencies": {
    "es6-shim": "0.35.2",
    "restify": "5.0.0",
    "mocha": "2.2.5",
    "phantom": "2.1.21"
  },
  "author": {
    "name": "Brad van der Laan",
    "email": "brad.vanderlaan@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bvanderlaan/swagger-ui-restify.git"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/bvanderlaan/swagger-ui-restify/issues"
  },
  "homepage": "https://github.com/bvanderlaan/swagger-ui-restify"
}
