@railrunner16/raildash
Version:
Lodash, but better
35 lines • 906 B
JSON
{
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\|.+\\.test\\.js)_"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"opts": {
"destination": "./docs",
"template": "./node_modules/foodoc/template"
},
"plugins": [
"plugins/markdown"
],
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"systemName": "RailDash",
"systemColor": "#004099",
"systemSummary": "Lodash for simple people ;)",
"cleverLinks": false,
"monospaceLinks": false,
"outputSourceFiles": false,
"outputSourcePath": false,
"copyright": "©2018 Landon Gravat",
"dateFormat": "MMMM Do YYYY, h:mm:ss a"
}
}