diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4216726 --- /dev/null +++ b/bower.json @@ -0,0 +1,37 @@ +{ + "name": "authenticator", + "version": "1.0.0", + "homepage": "https://github.com/Daplie/browser-authenticator", + "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", + "test", + "tests" + ] +}