UNPKG

swaggerize-ui

Version:

Express middleware to display a swagger-ui page

50 lines (49 loc) 1.36 kB
{ "name": "swaggerize-ui", "version": "1.0.1", "description": "Express middleware to display a swagger-ui page", "main": "index.js", "files": [ "index.js" ], "scripts": { "jshint": "jshint --reporter node_modules/jshint-stylish index.js", "check-cov": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100", "test": "istanbul cover _mocha", "posttest": " npm run check-cov; npm run jshint;", "codeclimate": "cat ./coverage/lcov.info | codeclimate-test-reporter" }, "repository": { "type": "git", "url": "git+https://github.com/ksmithut/swaggerize-ui.git" }, "keywords": [ "swagger-ui", "swaggerize", "express", "middleware" ], "author": "ksmithut", "license": "MIT", "bugs": { "url": "https://github.com/ksmithut/swaggerize-ui/issues" }, "homepage": "https://github.com/ksmithut/swaggerize-ui#readme", "dependencies": { "express": "^4.13.3", "object-assign": "^4.0.1", "swagger-ui": "^2.1.2" }, "devDependencies": { "bluebird": "^2.9.34", "chai": "^3.2.0", "codeclimate-test-reporter": "^0.1.0", "istanbul": "^0.3.18", "jshint": "^2.8.0", "jshint-stylish": "^2.0.1", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "supertest": "^1.0.1", "supertest-as-promised": "^2.0.2" } }