{ "name": "authenticator", "homepage": "https://git.coolaj86.com/coolaj86/browser-authenticator.js", "authors": [ "AJ ONeal " ], "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", "test", "tests" ], "dependencies": { "botp": "~3.0.2", "forge": "~0.7.1", "unibabel": "~2.1.2" } }