{
  "source": "./src",
  "destination": "./gh-pages",
  "coverage": false,
  "includeSource": true,
  "title": "Stats Collector",
  "styles": ["./esdoc/style.css"],
  "scripts": ["./esdoc/script.js"],
  "plugins": [{
    "name": "esdoc-importpath-plugin",
    "option": {
      "replaces": [
        {"from": "^src/", "to": "lib/"},
        {"from": ".js", "to": ""}
      ]
    }
  }, {
    "name": "./esdoc/plugin.js"
  }]
}
