UNPKG

html-minifier

Version:

HTML minifier with lint-like capabilities.

75 lines (74 loc) 1.72 kB
{ "name": "html-minifier", "description": "HTML minifier with lint-like capabilities.", "version": "1.4.0", "keywords": [ "html", "minifier", "lint" ], "homepage": "http://kangax.github.io/html-minifier/", "author": "Juriy \"kangax\" Zaytsev", "maintainers": [ "Juriy Zaytsev <kangax@gmail.com> (http://perfectionkills.com)" ], "contributors": [ "Gilmore Davidson (https://github.com/gilmoreorless)", "Hugo Wetterberg <hugo@wetterberg.nu>", "Zoltan Frombach <tssajo@gmail.com>" ], "license": "MIT", "bin": { "html-minifier": "./cli.js" }, "main": "src/htmlminifier.js", "repository": { "type": "git", "url": "git+https://github.com/kangax/html-minifier.git" }, "bugs": { "url": "https://github.com/kangax/html-minifier/issues" }, "engines": { "node": ">=0.10.0" }, "scripts": { "dist": "grunt dist", "test": "grunt test" }, "dependencies": { "change-case": "2.3.x", "clean-css": "3.4.x", "cli": "0.11.x", "concat-stream": "1.5.x", "ncname": "1.0.x", "relateurl": "0.2.x", "uglify-js": "2.6.x" }, "devDependencies": { "brotli": "1.2.x", "chalk": "1.1.x", "cli-table": "0.3.x", "grunt": "0.4.x", "grunt-browserify": "5.0.x", "grunt-cli": "1.1.x", "grunt-contrib-uglify": "1.0.x", "grunt-eslint": "18.0.x", "grunt-exec": "0.4.x", "grunt-lib-phantomjs": "1.0.x", "load-grunt-tasks": "3.4.x", "lzma": "2.3.x", "minimize": "1.8.x", "progress": "1.1.x", "qunit": "0.9.x", "time-grunt": "1.3.x" }, "files": [ "dist", "src", "cli.js", "sample-cli-config-file.conf", "CHANGELOG.md", "LICENSE" ] }