UNPKG

@chezearth/swagger-node-runner

Version:
56 lines (55 loc) 1.65 kB
{ "name": "@chezearth/swagger-node-runner", "version": "0.7.4-1", "description": "Swagger loader and middleware utilities", "keywords": [ "swagger", "api", "apis", "swagger-connect", "swagger-express", "swagger-restify", "swagger-hapi", "swagger-sails" ], "author": "Scott Ganyo <sganyo@apigee.com>", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/theganyo/swagger-node-runner.git" }, "dependencies": { "@chezearth/bagpipes": "^0.1.3-1", "async": "^1.5.0", "body-parser": "^1.14.1", "config": "^1.16.0", "cors": "^2.5.3", "debug": "^2.1.3", "js-yaml": "^3.3.0", "lodash": "^4.17.11", "multer": "^1.0.6", "parseurl": "^1.3.0", "qs": "^6.4.0", "sway": "^2.0.5", "type-is": "^1.6.9" }, "devDependencies": { "connect": "^3.4.0", "coveralls": "^3.0.2", "express": "^4.13.3", "hapi": "^16.6.3", "istanbul": "^0.4.0", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.0.0", "restify": "^5.2.0", "should": "^7.1.0", "sinon": "^1.17.2", "supertest": "^3.3.0" }, "scripts": { "test": "node_modules/mocha/bin/_mocha -u exports -R spec test test/lib test/fittings", "coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -u exports -R spec test test/lib test/fittings", "coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test test/lib test/fittings && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose" } }