UNPKG

browserify-ngannotate

Version:

A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.

44 lines (43 loc) 1.2 kB
{ "name": "browserify-ngannotate", "version": "2.0.0", "description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.", "main": "index.js", "scripts": { "test": "istanbul cover -x \"**/spec/**\" _mocha -- -R spec spec", "report-cov": "cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "https://github.com/omsmith/browserify-ngannotate.git" }, "keywords": [ "browserify", "browserify-transform", "angular", "ng-annotate", "annotate", "ngmin", "ng" ], "author": "Owen Smith <owen@omsmith.ca> (http://omsmith.ca)", "license": "MIT", "bugs": { "url": "https://github.com/omsmith/browserify-ngannotate/issues" }, "homepage": "https://github.com/omsmith/browserify-ngannotate", "dependencies": { "clone": "^1.0.2", "defaults": "^1.0.3", "ng-annotate": "^1.0.2", "through2": "^2.0.0" }, "devDependencies": { "browserify": "^12.0.1", "chai": "^3.4.1", "convert-source-map": "^1.1.2", "coveralls": "^2.11.4", "istanbul": "^0.4.1", "mocha": "^2.3.4" } }