UNPKG

sensorium

Version:

makeblock mainboards protocol api

40 lines 1.08 kB
{ "opts": { "template": "./node_modules/tui-jsdoc-template", "encoding": "utf8", "destination": "./docs/api", "recurse": true, "package": "package.json" }, "tags": { "allowUnknownTags": true, "dictionaries": ["jsdoc","closure"] }, "source": { "include": [ "./src" ], "exclude": ["./webpack.config.js", "cli.js"], "includePattern": ".+\\.js(doc)?$", "excludePattern": "(^|\\/|\\\\)_" }, "plugins": ["plugins/markdown"], "markdown": { "parser": "gfm", "hardwrap": true }, "templates": { "cleverLinks": false, "monospaceLinks": false, "default": { "includeDate": true, "layoutFile": "./docs_editor/template/layout.tmpl" }, "name": "Sensorium API", "footerText": "Makeblock Team", "logo": { "url": "../statics/makeblocklogo.png", "width": "154px", "height": "24px", "link": "http://makeblock.com/" } } }