UNPKG

swagged-angular-resources

Version:

AngularJS $resource code generator written in CoffeeScript for Swagger v2.0 documentated endpoints.

58 lines (57 loc) 1.42 kB
{ "name": "swagged-angular-resources", "version": "0.1.0", "description": "AngularJS $resource code generator written in CoffeeScript for Swagger v2.0 documentated endpoints.", "main": ".bin/swagged-angular-resources", "bin": { "swagged-angular-resources": ".bin/swagged-angular-resources" }, "keywords": [ "swagger", "swagger-v2.0", "angular-resource", "$resource", "angular", "angularjs", "codegen" ], "maintainers": [ { "name": "Michael Wolbert", "email": "michael.wolbert@gmail.com", "web": "http://michaelwolbert.nl" } ], "homepage": "https://github.com/mchlbrnd/swagged-angular-resources", "license": "MIT", "demos": [ "https://github.com/mchlbrnd/swagged-angular-resources" ], "bugs": { "url": "https://github.com/mchlbrnd/swagged-angular-resources/issues" }, "repository": { "type": "git", "url": "git@github.com:mchlbrnd/swagged-angular-resources.git" }, "devDependencies": { "coffee-script": "^1.8.0", "del": "^1.1.0", "gulp": "^3.8.10", "gulp-coffee": "^2.3.1", "gulp-header": "^1.7.1", "gulp-rename": "^1.2.0", "gulp-util": "^3.0.6" }, "dependencies": { "handlebars": "^2.0.0", "mkdirp": "^0.5.1", "request": "^2.49.0", "underscore": "^1.7.0", "underscore.string": "^2.4.0", "yargs": "^3.6.0" }, "engines": { "node": ">=0.10.0" } }