UNPKG

gluebert

Version:

gluebert.js is a tiny helper orchestrating interactive html elements with on demand dynamic import Edit

42 lines 717 B
{ "plugins": [ "plugins/markdown" ], "recurseDepth": 10, "source": { "include": [ "./src" ], "includePattern": ".js$", "excludePattern": "(node_modules/|docs)" }, "sourceType": "module", "tags": { "allowUnknownTags": true, "dictionaries": [ "jsdoc", "closure" ] }, "templates": { "template": "assets/template/docdash/", "cleverLinks": false, "monospaceLinks": false }, "opts": { "template": "node_modules/docdash", "encoding": "utf8", "destination": "./doc/", "recurse": true, "readme": "./README.md", "private": true }, "docdash": { "static": [ true ], "sort": [ false ] } }