UNPKG

swagger-js-codegen

Version:
55 lines (54 loc) 1.26 kB
{ "name": "swagger-js-codegen", "main": "./lib/codegen.js", "version": "1.13.0", "description": "A Swagger codegen for JavaScript", "scripts": { "test": "grunt", "clean": "rm -rf tmp-*" }, "bin": { "swagger2js": "bin/swagger2js.js" }, "bugs": { "url": "https://github.com/wcandillon/swagger-js-codegen/issues" }, "repository": { "type": "git", "url": "git://github.com/wcandillon/swagger-js-codegen.git" }, "keywords": [ "swagger", "rest" ], "author": { "name": "William Candillon", "email": "w@28.io", "url": "http://28.io" }, "license": "Apache-2.0", "homepage": "https://github.com/wcandillon/swagger-js-codegen", "dependencies": { "commander": "^2.9.0", "js-beautify": "^1.5.1", "js-yaml": "^3.10.0", "jshint": "^2.5.1", "lodash": "^4.17.10", "mustache": "2.2.1", "update-notifier": "^2.1.0" }, "devDependencies": { "final-fs": "^1.6.0", "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.1.0", "grunt-jsonlint": "^1.0.4", "grunt-vows": "^0.4.1", "matchdep": "^1.0.1 ", "q": "^1.0.1", "request": "^2.87.0", "superagent": "^3.3.1", "tmp": "0.0.31", "typescript": "^2.1.4", "vows": "^0.8.2" } }