gulp-print-spacesavings
Version:
This Gulp plugin prints space savings for any Gulp compression plugin, such as gulp-uglify, gulp-clean-css, etc. Space savings is the reduction in size relative to the uncompressed size.
40 lines (39 loc) • 935 B
JSON
{
"name": "gulp-print-spacesavings",
"version": "1.0.3",
"description": "This Gulp plugin prints space savings for any Gulp compression plugin, such as gulp-uglify, gulp-clean-css, etc. Space savings is the reduction in size relative to the uncompressed size.",
"license": "Apache-2.0",
"keywords": [
"gulpplugin",
"print",
"pretty print",
"spacesavings",
"space savings",
"compression",
"compression ratio",
"minifying",
"uglify",
"clean-css"
],
"author": {
"name": "Oleg Varaksin",
"email": "ovaraksin@googlemail.com",
"url": "https://github.com/ova2"
},
"repository": {
"type": "git",
"url": "https://github.com/ova2/gulp-print-spacesavings"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"dependencies": {
"cli-table2": "^0.2.0",
"gulp-util": "~2.2.0",
"pretty-bytes": "^3.0.1",
"through2": "*"
}
}