{
  "name": "grunt-stripper",
  "description": "Strip code between comment blocks or by regex.",
  "version": "0.1.4",
  "homepage": "https://github.com/dsquier/grunt-stripper",
  "author": {
    "name": "David Squier",
    "email": "dsquier@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dsquier/grunt-stripper.git"
  },
  "license": "MIT",
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 4.0.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-copy": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "strip",
    "remove",
    "redact",
    "lines",
    "preprod",
    "pipeline",
    "delete",
    "comment",
    "block",
    "regex"
  ]
}
