UNPKG

grunt-contrib-htmlmin

Version:
43 lines (42 loc) 883 B
{ "name": "grunt-contrib-htmlmin", "description": "Minify HTML", "version": "3.1.0", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-htmlmin", "license": "MIT", "engines": { "node": ">=6" }, "main": "tasks/htmlmin.js", "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^2.4.2", "html-minifier": "^4.0.0", "pretty-bytes": "^5.1.0" }, "devDependencies": { "grunt": "^1.0.4", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-internal": "^3.1.0", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-nodeunit": "^2.0.0" }, "keywords": [ "gruntplugin", "html", "min", "minify", "compress", "optimize" ], "files": [ "tasks" ], "appveyor_id": "sn73i2qggqeolnc2" }