fido2-helpers
Version:
Helpers for testing FIDO 2.0 / WebAuthn / CTAP
30 lines (29 loc) • 641 B
JSON
{
"name": "fido2-helpers",
"version": "1.7.2",
"description": "Helpers for testing FIDO 2.0 / WebAuthn / CTAP",
"main": "fido2-helpers.js",
"scripts": {
"docs": "jsdoc -c ./.jsdoc-conf.json"
},
"keywords": [
"webauthn",
"fido2",
"fido 2.0"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/fido2-helpers"
},
"bugs": {
"url": "https://github.com/apowers313/fido2-helpers/issues",
"email": "apowers@ato.ms"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"jsdoc": "^3.4.3"
}
}