Compare commits
3 Commits
406e7b118c
...
0c021be7a3
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 0c021be7a3 | |
AJ ONeal | 8826eda195 | |
Rajiv Shah | f67283c91c |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authenticator",
|
"name": "authenticator",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
||||||
"main": "authenticator.js",
|
"main": "authenticator.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme",
|
"homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"authenticator-cli": "^1.0.3",
|
"authenticator-cli": "^1.0.5",
|
||||||
"notp": "^2.0.3",
|
"notp": "^2.0.3",
|
||||||
"thirty-two": "0.0.2"
|
"thirty-two": "0.0.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue