UNPKG

loopback-swagger

Version:

Integration between LoopBack and Swagger API specs

45 lines (44 loc) 948 B
{ "name": "loopback-swagger", "version": "5.9.0", "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/strongloop/loopback-swagger.git" }, "keywords": [ "StrongLoop Labs", "loopback", "api", "swagger" ], "author": "IBM Corp.", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/strongloop/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" } }