html-minify
Version:
minify html, and any CSS or JS included in your markup
36 lines (35 loc) • 793 B
JSON
{
"name": "html-minify",
"version": "0.3.2",
"description": "minify html, and any CSS or JS included in your markup",
"bin": {
"htmlminify": "./bin/htmlminify"
},
"main": "./lib/minify.js",
"scripts": {
"test": "nodeunit test/html_minify_test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/yize/html-minify.git"
},
"keywords": [
"html",
"minify"
],
"author": "yize <yize.shc@gmail.com> (http://shaohanchao.cn)",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/yize/html-minify/issues"
},
"dependencies": {
"clean-css": "~3.4.12",
"uglify-js": "~2.6.2",
"commander": "~2.9.0",
"iconv-lite": "~0.4.13"
},
"devDependencies": {
"nodeunit": "~0.9.1"
}
}