@wider/utils_proto
Version:
A set of extensions to basic objects giving uniform behaviour in various technical environments
35 lines (34 loc) • 861 B
JSON
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"exclude": ["node_modules", ".jsdoc"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc",
"closure"
]
},
"comment": "see https://github.com/nhn/tui.jsdoc-template",
"opts": {
"template": "C:/Users/martin/AppData/Roaming/npm/node_modules/tui-jsdoc-template",
"tutorials": "tutorials",
"package": "./package.json"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"name": "YDR",
"footerText": "Copyright Dr. Martin W. Baker 1985 onwards - MIT License",
"useCollapsibles": true,
"logo": {
"url": "http://y-d-r.co.uk/favicon.ico",
"width": "50px",
"link": "http://y-d-r.co.uk"
}
}
}