UNPKG

swagger-codegen

Version:
55 lines (54 loc) 1.3 kB
{ "name": "swagger-codegen", "version": "0.1.1", "description": "Code generation for Swagger based API's.", "main": "./src/index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "git+https://github.com/steve-gray/swagger-codegen.git" }, "keywords": [ "swagger", "code", "generation", "es6", "rest" ], "author": "Steve Gray", "license": "MIT", "bugs": { "url": "https://github.com/steve-gray/swagger-codegen/issues" }, "homepage": "https://github.com/steve-gray/swagger-codegen#readme", "dependencies": { "debug": "^2.2.0", "defaults-deep": "^0.2.3", "handlebars": "^4.0.5", "lodash": "^4.11.1" }, "devDependencies": { "chai": "^3.5.0", "config": "^1.20.1", "coveralls": "^2.11.9", "dir-compare": "^1.0.1", "eslint-config-airbnb": "^8.0.0", "eslint-plugin-import": "^1.6.1", "eslint-plugin-jsx-a11y": "^1.0.4", "eslint-plugin-react": "^5.0.1", "glob": "^7.0.3", "gulp": "^3.9.1", "gulp-esdoc": "^0.2.0", "gulp-eslint": "^2.0.0", "gulp-istanbul": "^0.10.4", "gulp-mocha": "^2.2.0", "mkdirp": "^0.5.1", "rimraf": "^2.5.2", "yamljs": "^0.2.7" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }