{
  "name": "grunt-php-shield",
  "description": "Build automatic phpShield or encrypt your files in Base64!",
  "version": "1.0.2",
  "homepage": "https://github.com/emalherbi/grunt-php-shield",
  "author": {
    "name": "Eduardo Malherbi Martins",
    "email": "emalherbi@gmail.com",
    "url": "https://github.com/emalherbi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/emalherbi/grunt-php-shield.git"
  },
  "bugs": {
    "url": "https://github.com/emalherbi/grunt-php-shield/issues"
  },
  "licenses": [{
    "type": "MIT",
    "url": "http://en.wikipedia.org/wiki/MIT_License"
  }],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt --verbose"
  },
  "dependencies": {
    "btoa": "^1.2.1",
    "chalk": "^2.4.1",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "grunt": "^1.0.2",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-gh-pages": "^2.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "php",
    "phpShield",
    "Source Guardian",
    "shield",
    "base64",
    "encryption",
    "encrypt"
  ]
}