{
  "name": "xompass-loopback-swagger",
  "version": "6.10.5",
  "description": "Integration between LoopBack and Swagger API specs",
  "engines": {
    "node": ">=8"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint .",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/xompass/loopback-swagger.git"
  },
  "keywords": [
    "StrongLoop Labs",
    "loopback",
    "api",
    "swagger"
  ],
  "author": "IBM Corp.",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/xompass/loopback-swagger/issues"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^5.1.0",
    "eslint-config-loopback": "^11.0.0",
    "loopback": "^3.25.1",
    "mocha": "^5.2.0"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.4",
    "debug": "^3.1.0",
    "ejs": "^2.5.5",
    "lodash": "^4.17.11",
    "strong-globalize": "^4.1.1"
  }
}
