This commit is contained in:
AJ ONeal 2017-09-22 16:55:21 -06:00
rodzic b912f75a53
commit 32196b4a67
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "authenticator",
"version": "1.1.2",
"version": "1.1.3",
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
"main": "authenticator.js",
"scripts": {
@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/node-authenticator.git"
"url": "git+https://git.daplie.com/Daplie/node-authenticator.git"
},
"keywords": [
"authenticator",
@ -31,11 +31,11 @@
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Daplie/node-authenticator/issues"
"url": "https://git.daplie.com/Daplie/node-authenticator/issues"
},
"homepage": "https://github.com/Daplie/node-authenticator#readme",
"homepage": "https://git.daplie.com/Daplie/node-authenticator#readme",
"dependencies": {
"authenticator-cli": "^1.0.2",
"authenticator-cli": "^1.0.3",
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}