{ "name": "gulp-htmlclean", "version": "2.7.22", "title": "gulp-htmlclean", "description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.", "keywords": [ "gulpplugin", "html", "svg", "clean", "whitespace", "linebreak", "comment", "minify", "compress", "lightweight" ], "main": "./lib/gulp-htmlclean.js", "files": [ "lib/*.js" ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "htmlclean": "~3.0.8", "plugin-error": "^1.0.1", "through2": "^2.0.3" }, "devDependencies": { "chai": "^4.3.4", "event-stream": "3.3.4", "mocha": "^10.1.0", "proxyquire": "^2.1.3", "sinon": "^11.1.1", "vinyl": "^2.1.0" }, "scripts": { "test": "mocha" }, "homepage": "https://github.com/anseki/gulp-htmlclean", "repository": { "type": "git", "url": "git://github.com/anseki/gulp-htmlclean.git" }, "bugs": "https://github.com/anseki/gulp-htmlclean/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }