{ "version": "2.7.10", "tags": { "allowUnknownTags" : true }, "source": { "include": ["./src/objob.js"], "includePattern": ".js$", "excludePattern": "(node_modules/|docs)" }, "plugins": ["plugins/markdown"], "opts": { "destination": "./docs/", "encoding": "utf8", "private": true, "recurse": true, "template": "./node_modules/minimal-jsdoc" }, "templates": { "cleverLinks": true, "monospaceLinks": true, "default": { "outputSourceFiles" : false }, "applicationName": "Ob Job (beta)", "disqus": "", "googleAnalytics": "", "openGraph": { "title": "", "type": "website", "image": "", "site_name": "", "url": "" }, "meta": { "title": "Ob Job documentation", "description": "Documentation for the Ob Job library.", "keyword": "" }, "linenums": false }, "markdown": { "parser": "gfm", "hardwrap": true, "tags": ["examples"] } }