forked from sebs/etherscan-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
20 lines (20 loc) · 634 Bytes
/
jsdoc.json
File metadata and controls
20 lines (20 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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"
}
}