UNPKG

ng-annotate-uglify-js-brunch

Version:

Adds ng-annotate AND Uglify minifying support to brunch.

36 lines (35 loc) 883 B
{ "name": "ng-annotate-uglify-js-brunch", "version": "2.1.0", "description": "Adds ng-annotate AND Uglify minifying support to brunch.", "author": "Paul Miller (http://paulmillr.com/)", "license": "MIT", "homepage": "https://github.com/Kagami/ng-annotate-uglify-js-brunch", "repository": { "type": "git", "url": "https://github.com/Kagami/ng-annotate-uglify-js-brunch.git" }, "main": "./lib/index", "scripts": { "prepublish": "rm -rf lib && coffee --bare --output lib/ src/", "test": "node_modules/.bin/mocha --require test/common.js" }, "dependencies": { "ng-annotate": "^1.2.1", "uglify-js": "^2.7.3" }, "devDependencies": { "mocha": "1.11.0", "chai": "1.7.0" }, "keywords": [ "brunchplugin", "uglify", "uglify-js", "optimizer", "angular", "angularjs", "annotate", "ng-annotate" ] }