UNPKG

grunt-ng-annotate

Version:

Add, remove and rebuild AngularJS dependency injection annotations.

64 lines (63 loc) 1.32 kB
{ "name": "grunt-ng-annotate", "version": "0.6.0", "description": "Add, remove and rebuild AngularJS dependency injection annotations.", "homepage": "https://github.com/mzgol/grunt-ng-annotate", "author": { "name": "Michał Gołębiowski", "email": "m.goleb@gmail.com" }, "keywords": [ "angular", "angularjs", "annotate", "annotation", "annotations", "di", "dependency", "injection", "minify", "grunt", "gruntplugin", "non-intrusive", "transformation" ], "main": "Gruntfile.js", "repository": { "type": "git", "url": "https://github.com/mzgol/grunt-ng-annotate.git" }, "bugs": "https://github.com/mzgol/grunt-ng-annotate/issues", "licenses": [ { "type": "MIT" } ], "files": [ "tasks" ], "dependencies": { "ng-annotate": "~0.12.0" }, "devDependencies": { "expect.js": "0.3.1", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.6.0", "grunt-eslint": "2.0.0", "grunt-jscs": "0.8.1", "grunt-mocha-test": "0.12.2", "jscs-trailing-comma": "0.3.0", "load-grunt-tasks": "1.0.0", "mocha": "2.0.1", "time-grunt": "1.0.0" }, "peerDependencies": { "grunt": "~0.4.1" }, "scripts": { "test": "grunt" }, "engines": { "node": ">= 0.10.0" } }