{
    "source": "./lib",
    "includes": ["\\.(js|es6)$"],
    "excludes": ["node_modules"],
    "destination": "./docs",
    "plugins": [
        {
            "name": "esdoc-standard-plugin",
            "option": {
                "brand": {
                    "title": "BitsharesJS Docs"
                }
            }
        }
    ],
    "index": "./README.md",
    "package": "./package.json"
}
