rollup-plugin-uglify-es
Version:
Rollup plugin to minify generated bundle
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "rollup-plugin-uglify-es",
"version": "0.0.1",
"description": "Rollup plugin to minify generated bundle",
"main": "dist/rollup-plugin-uglify-es.js",
"module": "dist/rollup-plugin-uglify-es.es.js",
"jsnext:main": "dist/rollup-plugin-uglify-es.es.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"pretest": "npm run build",
"test": "echo \"Add tests yo!\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezekielchentnik/rollup-plugin-uglify-es.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"uglify-es",
"minify"
],
"author": "Ezekiel Chentnik <me@ezekielchentnik.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezekielchentnik/rollup-plugin-uglify-es/issues"
},
"homepage": "https://github.com/ezekielchentnik/rollup-plugin-uglify-es#readme",
"devDependencies": {
"buble": "0.15.2",
"rollup": "0.41.6",
"rollup-plugin-buble": "0.15.0"
},
"dependencies": {
"uglify-es": "3.0.3"
}
}