{ "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": "N2N-Overlay-Wrtc", "description": "A WebRTC peer is able to mediate the connection establishment between its neighbors, i.e., it becomes a signaling server for its neighbors. It allows peers to organize their overlay network.", "repository": "https://github.com/ran3d/n2n-overlay-wrtc", "site": "https://github.com/ran3d/n2n-overlay-wrtc", "author": "https://github.com/ran3d/" }, "manual": { "index": "./README.md", "globalIndex": true } } } ] }