{
  "name": "express-swaggerize-ui",
  "version": "1.1.0",
  "description": "Express middleware to display a swagger-ui 3 page",
  "main": "index.js",
  "files": [
    "index.js",
    "static"
  ],
  "scripts": {
    "jshint": "jshint --reporter node_modules/jshint-stylish index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pgroot/express-swaggerize-ui.git"
  },
  "keywords": [
    "swagger-ui",
    "swaggerize",
    "express",
    "middleware",
    "swagger-ui-3"
  ],
  "author": "pgroot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pgroot/express-swaggerize-ui/issues"
  },
  "homepage": "https://github.com/pgroot/express-swaggerize-ui",
  "dependencies": {
    "express": "^4.13.3"
  },
  "devDependencies": {}
}
