{
  "source": {
      "include": [
          "package.json",
          "README.md",
          "./src"
      ],
      "includePattern": ".js$",
      "excludePattern": "(node_modules/|docs)"
  },
  "plugins":["plugins/markdown"],
  "opts": {
      "destination": "./docs/",
      "encoding": "utf8",
      "private": true,
      "recurse": true,
      "template": "./node_modules/docdash"
  }
}
