{
  "name": "grunt-jsdoc",
  "description": "Integrates jsdoc3 generation into your Grunt build",
  "version": "2.4.1",
  "homepage": "https://github.com/krampstudio/grunt-jsdoc",
  "author": {
    "name": "Bertrand Chevrier",
    "email": "chevrier.bertrand@gmail.com",
    "url": "http://krampstudio.com"
  },
  "contributors": [
    {
      "name": "Mikhail Diatchenko",
      "email": "mikhail.diatchenko@gmail.com",
      "url": "http://www.webgear.co.nz"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/krampstudio/grunt-jsdoc.git"
  },
  "bugs": {
    "url": "https://github.com/krampstudio/grunt-jsdoc/issues"
  },
  "license": "MIT",
  "main": "Gruntfile.js",
  "bin": "bin/grunt-jsdoc",
  "engines": {
    "node": ">= 8.12.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^1.0.4",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-eslint": "^22.0.0",
    "ink-docstrap": "^1.3.2",
    "load-grunt-tasks": "^5.1.0"
  },
  "dependencies": {
    "cross-spawn": "^7.0.1",
    "jsdoc": "^3.6.3"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "documentation",
    "doc",
    "jsdoc",
    "jsdoc3"
  ]
}
