{
  "name": "gulp-jsdoc3",
  "version": "3.0.0",
  "description": "gulp integration for jsdoc3 cli",
  "main": "index.js",
  "files": [
    "dist",
    "docs",
    "index.js",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deshaw/gulp-jsdoc3.git"
  },
  "bugs": {
    "url": "https://github.com/deshaw/gulp-jsdoc3/issues"
  },
  "homepage": "https://github.com/deshaw/gulp-jsdoc3#readme",
  "scripts": {
    "lint": "gulp lint",
    "test": "mocha  --require @babel/register ./test/**/*_spec.js",
    "coverage": "nyc yarn run test",
    "preversion": "echo \"Another version! Keep up the good work!\"",
    "version": "",
    "postversion": "git push && git push --tags",
    "prepare": "gulp default",
    "coveralls": "yarn run test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "keywords": [
    "gulp",
    "jsdoc",
    "jsdoc3",
    "javascript",
    "gulpplugin",
    "documentation"
  ],
  "author": {
    "name": "Marc Udoff",
    "email": "marc.udoff@deshaw.com"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "beeper": "^2.0.0",
    "debug": "^4.1.1",
    "fancy-log": "^1.3.3",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.6.3",
    "map-stream": "0.0.7",
    "tmp": "0.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/register": "^7.9.0",
    "babel-eslint": "^11.0.0-beta.2",
    "chai": "^4.2.0",
    "coveralls": "^3.0.11",
    "eslint": "^6.8.0",
    "eslint-plugin-babel": "^5.3.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-eslint": "^6.0.0",
    "gulp-if": "^3.0.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-mocha": "^7.0.2",
    "gulp-sourcemaps": "^2.6.5",
    "mocha": "^7.1.1",
    "mock-spawn": "^0.2.6",
    "nyc": "^15.0.1",
    "pre-commit": "^1.2.2"
  }
}
