twayback-player
Version:
a simple web interface to analyze html files from the OSINT tool twayback
44 lines • 862 B
JSON
{
"tags":
{
"allowUnknownTags": false
},
"source":
{
"include": "../assets/js",
"includePattern": "\\.js$",
"excludePattern": "(node_modules/|docs/|modules)"
},
"plugins": [
"plugins/markdown"
],
"opts":
{
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates":
{
"cleverLinks": false,
"monospaceLinks": false
},
"docdash":
{
"sort": true,
"sectionOrder": [
"Classes",
"Modules",
"Externals",
"Events",
"Namespaces",
"Mixins",
"Tutorials",
"Interfaces"
],
"search": true,
"scripts": []
}
}