{
"name": "grunt-htmlclean",
"version": "2.7.18",
"title": "grunt-htmlclean",
"description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.",
"keywords": [
"gruntplugin",
"html",
"svg",
"clean",
"whitespace",
"linebreak",
"comment",
"minify",
"compress",
"lightweight"
],
"files": [
"tasks/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"htmlclean": "~3.0.8"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"devDependencies": {
"chai": "^4.3.4",
"grunt": "^1.4.1",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/grunt-htmlclean",
"repository": {
"type": "git",
"url": "git://github.com/anseki/grunt-htmlclean.git"
},
"bugs": "https://github.com/anseki/grunt-htmlclean/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}