{
  "name": "grunt-phpdocumentor",
  "description": "Runs the PHPDocumentor documentation generator tool.",
  "version": "0.4.1",
  "homepage": "https://github.com/gomoob/grunt-phpdocumentor",
  "author": {
    "name": "Baptiste Gaillard",
    "email": "baptiste.gaillard@gomoob.com",
    "url": "http://www.gomoob.com"
  },
  "contributors": [{
    "name": "Mitermayer Reis",
    "email": "mitermayer.reis@gmail.com",
    "url": "http://job.mitermayer.com"
  }],
  "repository": {
    "type": "git",
    "url": "git://github.com/gomoob/grunt-phpdocumentor"
  },
  "bugs": {
    "url": "https://github.com/gomoob/grunt-phpdocumentor/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gomoob/grunt-phpdocumentor/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-nodeunit": "~0.2.2",
    "grunt": "~0.4.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin"
  ]
}
