fido2-lib
Version:
A library for performing FIDO 2.0 / WebAuthn functionality
32 lines (31 loc) • 703 B
JSON
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "lib",
"includePattern": "\\.js$",
"excludePattern": "node_modules"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"systemName": "FIDO2 Library",
"copyright": "Copyright 2018, Adam Powers & Contributors",
"template": "node_modules/docdash",
"readme": "README.md",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"static": true,
"sort": true
}
}