@babblevoice/babble-drachtio-callmanager
Version:
Call processing to create a PBX
19 lines (18 loc) • 458 B
JSON
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"include": [ "index.js", "test", "test/interface", "lib" ],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}