cose-to-jwk
Version:
COSE (RFC 8152) to JWK (RFC 7517) converter for node.js. Created for WebAuthn.
24 lines (23 loc) • 544 B
JSON
{
"opts": {
"template": "./node_modules/ink-docstrap/template",
"readme": "README.md",
"encoding": "utf8",
"destination": "./docs",
"recurse": true
},
"source": {
"include": ".",
"includePattern": "\\.js$",
"excludePattern": "node_modules"
},
"templates": {
"systemName": "COSE to JWK",
"copyright": "Copyright 2018, Adam Powers",
"linenums": true,
"theme": "cerulean"
},
"plugins": [
"plugins/markdown"
]
}