etherscan-api-e
Version:
API to etherscan with a simple interface
21 lines (20 loc) • 654 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": [ "./lib/init.js" ],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"analytics":{"ua":"UA-85700100-1", "domain":"https://sebs.github.io/etherscan-api/"},
"plugins": [],
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"systemName" : "etherscan-api",
"footer" : "Access the Etherscan restful API with this NPM module",
"copyright" : "Sebastian Schürmann"
}
}