clean-html
Version:
HTML cleaner and beautifier
40 lines (39 loc) • 841 B
JSON
{
"name": "clean-html",
"version": "2.0.1",
"description": "HTML cleaner and beautifier",
"main": "index.js",
"bin": "cmd.js",
"dependencies": {
"htmlparser2": "^8.0.2",
"minimist": "^1.2.8"
},
"files": [
"cmd.js",
"index.js",
"package.json",
"README.md",
"release-notes.md",
"UNLICENSE"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:dave-kennedy/clean-html.git"
},
"keywords": [
"beautify",
"clean",
"html",
"pretty",
"tidy"
],
"author": "Dave Kennedy <dave-kennedy@users.noreply.github.com> (http://github.com/dave-kennedy)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/dave-kennedy/clean-html/issues"
},
"homepage": "https://github.com/dave-kennedy/clean-html"
}