{
  "name": "grunt-html5compare",
  "description": "Compares HTML 5 files for equivalence.",
  "version": "0.1.14",
  "homepage": "https://github.com/metalshark/grunt-html5compare",
  "author": {
    "name": "\"Metalshark\" Beech Horn",
    "url": "http://beechhorn.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/metalshark/grunt-html5compare.git"
  },
  "bugs": {
    "url": "https://github.com/metalshark/grunt-html5compare/issues"
  },
  "licenses": [
    {
      "type": "LGPL v3",
      "url": "https://github.com/metalshark/grunt-html5compare/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.coffee",
  "engines": {
    "node": ">= 0.1.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "jsdom": "^0.11.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-coffeelint": "0.0.7",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "load-grunt-tasks": "^0.6.0",
    "time-grunt": "^0.4.0"
  },
  "keywords": [
    "compare comparehtml gruntplugin html html5 htmlcompare"
  ]
}
