UNPKG

gulp-ng-annotate-patched

Version:

Add angularjs dependency injection annotations with ng-annotate-patched

43 lines (42 loc) 1 kB
{ "name": "gulp-ng-annotate-patched", "version": "0.1.1", "description": "Add angularjs dependency injection annotations with ng-annotate-patched", "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/asednev/gulp-ng-annotate-patched.git" }, "keywords": [ "gulpplugin", "angular", "angularjs", "annotate", "ng-annotate" ], "author": "Alexey Sednev and Kagami Hiiragi", "license": "CC0-1.0", "bugs": { "url": "https://github.com/Kagami/gulp-ng-annotate/issues" }, "homepage": "https://github.com/asednev/gulp-ng-annotate-patched", "dependencies": { "bufferstreams": "^1.1.0", "merge": "^1.2.0", "ng-annotate-patched": "1.11.1", "plugin-error": "^0.1.2", "through2": "^2.0.1", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "gulp-sourcemaps": "*", "mocha": "*", "vinyl": "^2.1.0" } }