{
  "name": "gulp-esdoc",
  "version": "0.4.1",
  "description": "Gulp plugin for ESDoc",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nanopx/gulp-esdoc.git"
  },
  "keywords": [
    "gulp",
    "plugin",
    "esdoc",
    "ES6",
    "documentation"
  ],
  "author": "nanopx",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nanopx/gulp-esdoc/issues"
  },
  "homepage": "https://github.com/nanopx/gulp-esdoc#readme",
  "devDependencies": {
    "event-stream": "^3.3.4",
    "mocha": "^3.2.0",
    "should": "^11.1.2"
  },
  "dependencies": {
    "esdoc": "^0.5.2",
    "gulp-util": "^3.0.8",
    "through2": "^2.0.3"
  }
}
