@bbc/http-transport
Version:
A flexible, modular REST client built for ease-of-use and resilience.
31 lines (30 loc) • 517 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"./lib"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"readme": "docs.md",
"template": "docconfig/template",
"encoding": "utf8",
"destination": "./docs",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}