webpack-uglify-js-plugin
Version:
Incremental Uglify JS for webpack
30 lines (29 loc) • 712 B
JSON
{
"name": "webpack-uglify-js-plugin",
"version": "1.1.9",
"description": "Incremental Uglify JS for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pingyuanChen/webpack-uglify-js-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"uglifyjs"
],
"author": "pychen",
"license": "ISC",
"bugs": {
"url": "https://github.com/pingyuanChen/webpack-uglify-js-plugin/issues"
},
"homepage": "https://github.com/pingyuanChen/webpack-uglify-js-plugin",
"dependencies": {
"chalk": "^1.1.3",
"uglify-js": "^2.6.4",
"webpack-core": "^0.6.8"
}
}