catlogjs
Version:
Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions
61 lines (60 loc) • 1.36 kB
JSON
{
"name": "grunt-contrib-htmlmin",
"description": "Minify HTML",
"version": "0.1.3",
"homepage": "https://github.com/gruntjs/grunt-contrib-htmlmin",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-htmlmin.git"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-htmlmin/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-htmlmin/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"html-minifier": "~0.5.0",
"grunt-lib-contrib": "~0.6.1"
},
"devDependencies": {
"grunt-contrib-internal": "~0.4.4",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"html",
"min",
"minify",
"compress"
],
"contributors": [
{
"name": "Sindre Sorhus",
"url": "http://github.com/sindresorhus"
}
],
"readme": "ERROR: No README data found!",
"_id": "grunt-contrib-htmlmin@0.1.3",
"_from": "grunt-contrib-htmlmin@~0.1.3"
}