{
  "name": "grunt-docco2",
  "description": "grunt task using docco to generate HTML documents out of you source",
  "version": "0.2.1",
  "homepage": "https://github.com/eliias/grunt-docco",
  "author": {
    "name": "Hannes Moser",
    "email": "hannes@impossiblearts.com",
    "url": "http://hannes-moser.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:eliias/grunt-docco.git"
  },
  "bugs": {
    "url": "https://github.com/eliias/grunt-docco/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/eliias/grunt-docco/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "docco": "~0.6.3"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4"
  },
  "peerDependencies": {
    "grunt": "~0.4"
  },
  "keywords": [
    "gruntplugin"
  ]
}
