{ "name": "htmlclean", "version": "3.0.8", "title": "htmlclean", "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", "files": [ "lib/!(.eslintrc.json)", "examples/!(.eslintrc.json)", "bower.json" ], "engines": { "node": ">= 0.8.0" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^10.1.0" }, "scripts": { "test": "mocha" }, "homepage": "https://github.com/anseki/htmlclean", "repository": { "type": "git", "url": "git://github.com/anseki/htmlclean.git" }, "bugs": "https://github.com/anseki/htmlclean/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }