Two- / Multi- Factor Authenication (2FA / MFA / OTP) for browser JavaScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
825 B

9 years ago
{
"name": "authenticator",
6 years ago
"homepage": "https://git.coolaj86.com/coolaj86/browser-authenticator.js",
9 years ago
"authors": [
"AJ ONeal <awesome@coolaj86.com>"
],
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for browser JavaScript",
"main": "authenticator.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"authenticator",
"2fa",
"mfa",
"token",
"key",
"base32",
"code",
"generator",
"one-time",
"time-based",
"authy",
"google",
"microsoft"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"example",
"index.html",
"test.html",
9 years ago
"test",
"tests"
9 years ago
],
"dependencies": {
9 years ago
"botp": "~3.0.2",
"forge": "~0.7.1",
9 years ago
"unibabel": "~2.1.2"
9 years ago
}
9 years ago
}