UNPKG

610 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc"]
5 },
6 "source": {
7 "include": ["src", "README.md"],
8 "includePattern": ".js$",
9 "excludePattern": "(node_modules/|docs/|lib/|test/)"
10 },
11 "plugins": [
12 "plugins/markdown"
13 ],
14 "templates": {
15 "cleverLinks": true,
16 "monospaceLinks": false,
17 "default": {
18 "outputSourceFiles": false
19 }
20 },
21 "docdash": {
22 "static": true,
23 "sort": true
24 },
25 "opts": {
26 "destination": "./docs/",
27 "encoding": "utf8",
28 "recurse": true,
29 "verbose": true,
30 "template": "./node_modules/docdash/"
31 }
32}