UNPKG

grunt-htmltidy

Version:
52 lines (51 loc) 1.14 kB
{ "name": "grunt-htmltidy", "description": "Tidy HTML files using htmltidy.", "version": "0.2.2", "homepage": "https://github.com/gavinballard/grunt-htmltidy", "author": { "name": "Gavin Ballard", "email": "gavin@gavinballard.com", "url": "http://gavinballard.com" }, "repository": { "type": "git", "url": "git://github.com/gavinballard/grunt-htmltidy.git" }, "bugs": { "url": "https://github.com/gavinballard/grunt-htmltidy/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gavinballard/grunt-htmltidy/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "~0.4.0", "htmltidy": "~0.0.6", "pretty-bytes": "~0.1.0", "each-async": "~1.0.0" }, "devDependencies": { "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt": "~0.4.5" }, "peerDependencies": { "grunt": ">=0.4.5" }, "keywords": [ "gruntplugin", "html", "tidy", "htmltidy" ] }