UNPKG

901 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc","closure"]
5 },
6 "source": {
7 "include": [
8 "./lib",
9 "./index.js"
10 ],
11 "includePattern": ".+\\.js(doc|x)?$"
12 },
13 "plugins": ["plugins/markdown"],
14 "templates": {
15 "logoFile": "",
16 "cleverLinks": false,
17 "monospaceLinks": false,
18 "dateFormat": "ddd MMM Do YYYY",
19 "outputSourceFiles": true,
20 "outputSourcePath": true,
21 "systemName": "Hyperledger Concerto Tools",
22 "footer": "",
23 "copyright": "Released under the Apache License v2.0",
24 "navType": "vertical",
25 "theme": "spacelab",
26 "linenums": true,
27 "collapseSymbols": false,
28 "inverseNav": true,
29 "protocol": "html://",
30 "methodHeadingReturns": false
31 },
32 "markdown": {
33 "parser": "gfm",
34 "hardwrap": true
35 }
36}