@ideem/zsm-client-sdk-legacy-support
Version:
A monolithic library exporting UMFAClient via Web-Worker, legacy-support edition.
52 lines (51 loc) • 1.44 kB
JSON
{
"name": "@ideem/zsm-client-sdk-legacy-support",
"version": "1.0.14",
"description": "A monolithic library exporting UMFAClient via Web-Worker, legacy-support edition.",
"author": "@JJ (Jason Jurusz) <jj@useideem.com>/<nerdy.deeds@done.cheap>",
"keywords": [
"ideem",
"zsm",
"zsm-client-sdk",
"UMFAClient",
"FIDO2Client",
"library",
"UMFA",
"FIDO2",
"client",
"authentication",
"javascript",
"multi-factor",
"webauthn",
"authentication",
"security"
],
"scripts": {
"start": "echo 'This is a library, not an application. No start script defined. To use, import the library.'",
"inc": "npm version patch && cd ..; sleep 1; npm pack ./pkg_files"
},
"collaborators": [
"Joel Teply <joel@useideem.com>",
"Todd Decker <todd@useideem.com>",
"Brian Koziel <brian@useideem.com>",
"@JJ <jj@useideem.com>"
],
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/useideem/vHSM.git"
},
"bugs": "https://github.com/useideem/vHSM/issues",
"homepage": "http://useideem.com",
"files": [
"worker.js",
"ZSMClientSDK.js"
],
"engines": {
"node": ">=12.0.0"
},
"sideEffects": [
"worker.js",
"ZSMClientSDK.js"
]
}