{
  "name": "grunt-copy-part-of-file",
  "description": "This plugin helps me copy a section from 1 file to another.  I use it with angularjs to keep my index.html and my index-e2e.html file in sync",
  "version": "0.1.5",
  "homepage": "",
  "author": {
    "name": "Dehru Cromer",
    "email": "dehru2@yahoo.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dehru/grunt-copy-part-of-file.git"
  },
  "bugs": {
    "url": ""
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
