1
0
Atdalīts 0
browser-authenticator.js/bower.json

43 rindas
775 B
JSON

2015-10-23 07:11:54 +00:00
{
"name": "authenticator",
2015-11-03 08:31:24 +00:00
"version": "1.0.5",
2015-10-23 07:11:54 +00:00
"homepage": "https://github.com/Daplie/browser-authenticator",
"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",
"test",
"tests"
2015-10-23 07:40:21 +00:00
],
"dependencies": {
2015-10-23 10:21:39 +00:00
"botp": "~3.0.2",
2015-10-23 07:40:21 +00:00
"forge": "~0.6.37",
2015-10-23 10:21:39 +00:00
"unibabel": "~2.1.2"
2015-10-23 07:40:21 +00:00
}
2015-10-23 07:11:54 +00:00
}