{
  "name": "grunt-html-inheritance",
  "description": "The engine to build htmls with replacing, inserting or modifing separated tags only using small html patches.",
  "version": "0.1.11",
  "homepage": "https://github.com/huston007/grunt-html-inheritance",
  "author": {
    "name": "Andrey Skladchikov",
    "email": "andrey.skladchikov@gmail.com",
    "url": "http://www.linkedin.com/profile/view?id=75527867"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/huston007/grunt-html-inheritance.git"
  },
  "bugs": {
    "url": "https://github.com/huston007/grunt-html-inheritance/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/huston007/grunt-html-inheritance/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.4",
    "cheerio": "*",
    "nodeunit": "*",
    "grunt-contrib-nodeunit": "*",
    "grunt-contrib-clean": "*",
    "grunt-debug-task":"*"
  },
  "peerDependencies": {
    "grunt": "~0.4.4",
    "cheerio": "*"
  },
  "keywords": [
    "gruntplugin",
    "html",
    "inheritance",
    "template"
  ]
}