UNPKG

612 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true
4 },
5 "source": {
6 "include": "lib",
7 "includePattern": ".+\\.js(doc|x)?$",
8 "excludePattern": "(^|\\/|\\\\)_"
9 },
10 "plugins": [
11 "plugins/markdown"
12 ],
13 "templates": {
14 "cleverLinks": false,
15 "monospaceLinks": false,
16 "default": {
17 "outputSourceFiles": true
18 }
19 },
20 "opts": {
21 "template": "node_modules/docdash",
22 "encoding": "utf8",
23 "destination": "public/api",
24 "readme": "README.md",
25 "recurse": true,
26 "verbose": true
27 }
28}
\No newline at end of file