swagger-routes
Version:
Generate Express or Restify route handlers from a Swagger specification
60 lines (59 loc) • 1.32 kB
JSON
{
"name": "swagger-routes",
"version": "1.3.1",
"description": "Generate Express or Restify route handlers from a Swagger specification",
"main": "src/index",
"keywords": [
"swagger",
"swagger 2.0",
"openapi",
"oai",
"express",
"restify",
"rest",
"middleware",
"api"
],
"author": {
"name": "Mike Stead",
"url": "https://github.com/mikestead"
},
"license": "MIT",
"homepage": "https://github.com/mikestead/swagger-routes",
"repository": {
"type": "git",
"url": "https://github.com/mikestead/swagger-routes.git"
},
"bugs": {
"url": "https://github.com/mikestead/swagger-routes/issues"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=2.14.2"
},
"scripts": {
"lint": "eslint src test",
"test": "mocha --recursive"
},
"dependencies": {
"axios": "^0.9.1",
"js-yaml": "^3.5.4",
"jsonschema": "1.1.0",
"mkdirp": "^0.5.1",
"mustache": "^2.2.1"
},
"devDependencies": {
"del": "^2.2.0",
"babel-eslint": "^4.1.6",
"concat-stream": "^1.5.1",
"eslint": "^1.10.3",
"eslint-config-rackt": "^1.1.1",
"expect": "^1.13.0",
"express": "^4.13.4",
"form-data": "^0.2.0",
"mocha": "^2.3.4",
"multer": "^1.1.0",
"on-finished": "^2.3.0",
"restify": "^4.0.4"
}
}