{
  "tags": {
    "allowUnknownTags": false
  },
  "source": {
    "include": ["README.md", "package.json", "index.js", "lib"],
    "includePattern": ".js"
  },
  "opts": {
    "destination": "./doc",
    "encoding": "utf8",
    "template": "node_modules/docdash",
    "recurse": true,
    "verbose": true
  },
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": true
  }
}
