{
  "source":"./lib",
  "destination":"./docs",
  "package": "./package.json",
  "plugins": [
    {"name": "esdoc-node"},
    {"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}},
    {
      "name": "esdoc-standard-plugin",
      "options": {
        "lint": {"enable": true},
        "coverage": {"enable": false},
        "accessor": {
          "access": ["public", "protected"],
          "autoPrivate": true
        },
        "undocumentIdentifier": {"enable": true},
        "unexportedIdentifier": {"enable": false},
        "typeInference": {"enable": true},
        "brand": {
          "title": "spray-wrtc",
          "description": "Adaptive random peer-sampling protocol running on top of WebRTC",
          "repository": "https://github.com/ran3d/spray-wrtc",
          "site": "https://github.com/ran3d/spray-wrtc",
          "author": "https://github.com/ran3d/"
        },
        "manual": {
          "index": "./README.md",
          "globalIndex": true
        }
      }
    }
  ]
}
