cose-to-jwk
Version:
COSE (RFC 8152) to JWK (RFC 7517) converter for node.js. Created for WebAuthn.
41 lines (40 loc) • 911 B
JSON
{
"name": "cose-to-jwk",
"version": "1.1.0",
"description": "COSE (RFC 8152) to JWK (RFC 7517) converter for node.js. Created for WebAuthn.",
"main": "cose-to-jwk.js",
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./.jsdoc-conf.json"
},
"keywords": [
"cose",
"jwk",
"webauthn",
"fido2"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/cose-to-jwk"
},
"bugs": {
"url": "https://github.com/apowers313/cose-to-jwk/issues",
"email": "apowers@ato.ms"
},
"devDependencies": {
"chai": "^3.5.0",
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "^3.4.3",
"mocha": "^2.5.3",
"mockery": "^2.0.0",
"sinon": "^1.17.6"
},
"dependencies": {
"cbor": "^4.0.0"
}
}