htmlclean
Version:
Simple and safety HTML/SVG cleaner to minify without changing its structure.
35 lines (34 loc) • 678 B
JSON
{
"name": "htmlclean",
"version": "3.0.8",
"description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.",
"keywords": [
"html",
"svg",
"clean",
"whitespace",
"linebreak",
"comment",
"minify",
"compress",
"lightweight"
],
"main": "./lib/htmlclean.js",
"homepage": "https://github.com/anseki/htmlclean",
"repository": {
"type": "git",
"url": "git://github.com/anseki/htmlclean.git"
},
"moduleType": "node",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <AnSeki.aff@gmail.com>"
]
}