UNPKG

swagger-gen

Version:

Input your swagger.json and generate a static swagger UI.

38 lines (37 loc) 765 B
{ "name": "swagger-gen", "version": "1.1.3", "description": "Input your swagger.json and generate a static swagger UI.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/darahayes/node-swagger-gen.git" }, "bin": { "swagger-gen": "index.js" }, "scripts": { "lint": "standard", "test": "npm run lint && tape test/test.js" }, "author": "Dara Hayes", "license": "MIT", "dependencies": { "fs-extra": "^3.0.1", "minimist": "^1.2.0", "swagger-ui-dist": "^3.0.17" }, "devDependencies": { "standard": "^10.0.2", "tape": "^4.7.0" }, "keywords": [ "swagger", "swagger-ui", "swagger-ui-dist", "hapi-swagger", "static", "API", "OpenAPI" ] }