swagger-node-runner-fork
Version:
This project is a fork of swagger-node-runner: https://github.com/apigee-127/swagger-node-runner.git
56 lines (55 loc) • 1.7 kB
JSON
{
"name": "swagger-node-runner-fork",
"version": "0.8.0",
"description": "This project is a fork of swagger-node-runner: https://github.com/apigee-127/swagger-node-runner.git",
"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://gitlab.com/tc-dev/libs/swagger-node-runner.git"
},
"dependencies": {
"async": "^1.5.0",
"bagpipes": "^0.2.2",
"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.15",
"multer": "^1.0.6",
"parseurl": "^1.3.0",
"qs": "^6.4.0",
"sway": "^1.0.0",
"type-is": "^1.6.9"
},
"devDependencies": {
"connect": "^3.4.0",
"coveralls": "^3.1.0",
"express": "^4.13.3",
"hapi": "^10.0.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.0",
"mocha-lcov-reporter": "^1.0.0",
"restify": "^5.2.0",
"should": "^7.1.0",
"sinon": "^1.17.2",
"supertest": "^4.0.2"
},
"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"
}
}