@scena/dragscroll
Version:
37 lines (36 loc) • 1.05 kB
JSON
{
"plugins": [],
"recurseDepth": 10,
"opts": {
"template": "./node_modules/daybrush-jsdoc-template",
"destination": "./doc/"
},
"source": {
"include": ["./src", "README.md", "node_modules/@scena/event-emitter/src/"],
"includePattern": "(.+\\.js(doc|x)?|.+\\.ts(doc|x)?)$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"linkMap": {
"IObject": "http://daybrush.com/utils/release/latest/doc/global.html#ObjectInterface",
"OnDragStart": "https://daybrush.com/drag/release/latest/doc/Dragger.html#.OnDragStart"
},
"docdash": {
"menu": {
"Github repo": {
"href": "https://github.com/daybrush/dragscroll",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
}
}