{
  "name": "grunt-html",
  "description": "Grunt plugin for html validation, using vnu.jar for the actual validation",
  "version": "0.3.3",
  "homepage": "https://github.com/jzaefferer/grunt-html",
  "author": {
    "name": "Jörn Zaefferer",
    "email": "joern.zaefferer@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jzaefferer/grunt-html.git"
  },
  "bugs": {
    "url": "https://github.com/jzaefferer/grunt-html/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jzaefferer/grunt-html/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-contrib-jshint": "0.1.0"
  },
  "keywords": [
    "gruntplugin"
  ],
  "readme": "# grunt-html\n\n[Grunt][grunt] plugin for html validation, using [Mike Smith's vnu.jar][vnujar].\n\n## Getting Started\nInstall this grunt plugin next to your project's [Gruntfile.js gruntfile][getting_started] with: `npm install grunt-html --save-dev`\n\nThen add this line to your project's `Gruntfile.js`:\n\n```javascript\ngrunt.loadNpmTasks('grunt-html');\n```\n\nThen specify what files to validate in your config:\n\n```javascript\ngrunt.initConfig({\n\thtmllint: {\n\t\tall: [\"demos/**/*.html\", \"tests/**/*.html\"]\n\t}\n});\n```\n\nFor fast validation, keep that in a single group, as the validator initialization takes a few seconds.\n\n[grunt]: https://github.com/gruntjs/grunt\n[getting_started]: https://github.com/gruntjs/grunt/wiki/Getting-started\n[vnujar]: https://bitbucket.org/sideshowbarker/vnu/\n\n## License\nCopyright (c) 2012 Jörn Zaefferer\nLicensed under the MIT license.\n",
  "readmeFilename": "README.md",
  "_id": "grunt-html@0.3.3",
  "_from": "grunt-html@0.3.3"
}
