web3-eea
Version:
EEA JSON-RPC API
22 lines (21 loc) • 485 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"destination": "./docs/out",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "node_modules/docdash"
}
}