UNPKG

swagger-typescript-api-generator

Version:

Angular API client generator from swagger json

44 lines (43 loc) 866 B
{ "name": "swagger-typescript-api-generator", "version": "0.11.8", "description": "Angular API client generator from swagger json", "homepage": "", "main": "index.js", "bin": { "a2apigen": "./bin/a2apigen.js" }, "author": { "name": "Michael Dast", "email": "mdast@dast-software.de" }, "keywords": [ "swagger", "rest", "angular2", "angular", "scaffolding", "webapi", "api", "generator" ], "license": "APACHE", "scripts": { "a2apigen": "a2apigen -s swagger.json", "build": "gulp" }, "dependencies": { "gulp": "^3.9.1", "js-beautify": "^1.5.10", "lodash": "^3.10.1", "mkdirp": "^0.5.1", "mustache": "^2.2.0", "optimist": "^0.6.1", "request": "^2.67.0", "tslint": "^3.1.1", "typescript": "^1.7.3" }, "devDependencies": { "gulp": "^3.9.1" } }