{
  "source": "./lib",
  "destination": "./docs",
  "plugins": [
    {
      "name": "esdoc-standard-plugin",
      "option": {
        "lint": {
          "enable": true
        },
        "accessor": {
          "access": [
            "public",
            "protected",
            "private"
          ],
          "autoPrivate": true
        },
        "undocumentIdentifier": {
          "enable": true
        },
        "unexportedIdentifier": {
          "enable": false
        },
        "typeInference": {
          "enable": true
        },
        "brand": {
          "title": "eggtended-js",
          "description": "An extended version of the Egg programming language",
          "repository": "https://github.com/Dibad/eggtended-js",
          "site": "http://my-library.org",
          "author": "https://github.com/Dibad",
          "image": "https://i.imgur.com/9N4qe98.png"
        },
        "test": {
          "source": "./test/",
          "interfaces": [
            "describe",
            "it",
            "context",
            "suite",
            "test"
          ],
          "includes": [
            "(spec|Spec|test|Test)\\.js$"
          ],
          "excludes": [
            "\\.config\\.js$"
          ]
        }
      }
    },
    {
      "name": "esdoc-node"
    }
  ]
}
