{
  "name": "grunt-documentation",
  "description": "Use Grunt with documentation to generate great documentation for your JavaScript projects.",
  "version": "1.2.3",
  "homepage": "https://github.com/documentationjs/grunt-documentation",
  "author": {
    "name": "André Fiedler",
    "email": "andre.fiedler@me.com"
  },
  "scripts": {
    "test": "grunt",
    "precommit": "lint-staged --verbose",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/documentationjs/grunt-documentation"
  },
  "bugs": {
    "url": "https://github.com/documentationjs/grunt-documentation/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^2.0.0",
    "grunt": "latest",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "husky": "^0.13.3",
    "lint-staged": "^3.4.0",
    "prettier": "^1.2.2",
    "standard-version": "^4.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "documentation",
    "jsdoc",
    "grunt",
    "gruntplugin"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "documentation": "4.0.0-rc.0",
    "escape-string-regexp": "^1.0.5"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
