{
  "configHelpUrl": "http://usejsdoc.org/about-configuring-jsdoc.html",
  "script": "jsdoc --configure ./node_modules/loke-jsdoc-theme/default.jsdoc.json --verbose",
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc", "closure"]
  },
  "source": {
    "include": ["lib", "package.json", "README.md"],
    "exclude": [],
    "includePattern": ".js$",
    "excludePattern": "(node_modules/|docs)"
  },
  "plugins": [
    "plugins/markdown",
    "./node_modules/loke-jsdoc-theme/plugins/async",
    "./node_modules/loke-jsdoc-theme/plugins/rpc",
    "./node_modules/loke-jsdoc-theme/plugins/api",
    "./node_modules/loke-jsdoc-theme/plugins/timeout"
  ],
  "markdown": {
    "excludeTags": ["author"]
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": true
  },
  "opts": {
    "destination": "./out/docs/",
    "encoding": "utf8",
    "private": false,
    "recurse": true,
    "template": "./node_modules/loke-jsdoc-theme",
    "tutorials": "./doc/tutorials"
  }
}
