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