{
  "name": "grunt-apidoc",
  "version": "0.11.0",
  "description": "Grunt task to generate a RESTful API Documentation with apidoc",
  "author": "Peter Rottmann <rottmann@inveris.de>",
  "license": {
    "type": "MIT",
    "url": "https://github.com/apidoc/grunt-apidoc/blob/master/LICENSE"
  },
  "bin": "bin/grunt-apidoc",
  "main": "Gruntfile.js",
  "homepage": "http://apidocjs.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/apidoc/grunt-apidoc.git"
  },
  "scripts": {
    "test": "grunt test",
    "check-updates": "npm-check-updates"
  },
  "keywords": [
    "grunt",
    "plugin",
    "gruntplugin",
    "api",
    "apidoc",
    "doc",
    "documentation",
    "rest",
    "restful"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "apidoc": "*"
  },
  "devDependencies": {
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-jshint": "~1.0.0",
    "npm-check-updates": "^2.5.8"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  }
}
