{
  "name": "grunt-htmlrefs",
  "description": "Replaces (or removes) references to non-optimized scripts or stylesheets on HTML files",
  "version": "0.5.0",
  "homepage": "https://github.com/tactivos/grunt-htmlrefs",
  "author": {
    "name": "Johnny Halife",
    "url": "http://github.com/johnnyhalife/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tactivos/grunt-htmlrefs.git"
  },
  "bugs": {
    "url": "https://github.com/tactivos/grunt-htmlrefs/issues"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "devDependencies": {
    "grunt": "~0.4.x"
  },
  "peerDependecies": {
	 "grunt" : "0.4.x"
  },
  "keywords": ["gruntplugin", "htmlrefs"]
}
