UNPKG

minifyify

Version:

Minify your browserify bundles without losing the sourcemap

72 lines (71 loc) 1.7 kB
{ "author": "Ben Ng <me@benng.me> (http://benng.me)", "contributors": [ { "name": "Jesús Leganés Combarro 'piranna'", "email": "piranna@gmail.com", "url": "http://pirannafs.blogspot.com.es" } ], "name": "minifyify", "description": "Minify your browserify bundles without losing the sourcemap", "keywords": [ "browserify-plugin", "browserify", "uglify", "transform", "minify", "uglifyify", "compress" ], "version": "7.3.5", "repository": { "type": "git", "url": "git://github.com/ben-ng/minifyify.git" }, "main": "./lib", "dependencies": { "concat-stream": "^1.4.7", "convert-source-map": "^1.0.0", "lodash.bind": "^4.0.0", "lodash.assign": "^4.0.0", "lodash.defaults": "^4.0.0", "lodash.foreach": "^4.0.0", "mkdirp": "^0.5.0", "source-map": "^0.5.3", "through": "^2.3.6", "tmp": "0.0.28", "transform-filter": "^0.1.1", "uglify-js": "^2.6.1" }, "scripts": { "test": "test-peer-range browserify", "test-main": "jake test --trace" }, "devDependencies": { "backbone": "latest", "brfs": "latest", "browserify": "latest", "coffeeify": "latest", "envify": "latest", "handlebars": "latest", "handlebars-runtime": "latest", "hbsfy": "latest", "jake": "latest", "jquery": "latest", "jquery-browserify": "latest", "jsesc": "latest", "lodash.template": "latest", "sourcemap-validator": "latest", "test-peer-range": "^1.0.1", "utilities": "latest" }, "peerDependencies": { "browserify": ">= 5" }, "optionalDependencies": {}, "engines": { "node": ">=0.10.0" }, "license": "MIT" }