update urls
This commit is contained in:
parent
dfb35b9810
commit
f7532d7f8c
11
package.json
11
package.json
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "authenticator-cli",
|
"name": "authenticator-cli",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
||||||
|
"homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"authenticator": "bin/authenticator.js"
|
"authenticator": "bin/authenticator.js"
|
||||||
|
@ -17,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.daplie.com/Daplie/authenticator-cli.git"
|
"url": "git+https://git.coolaj86.com/coolaj86/authenticator-cli.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Authenticator",
|
"Authenticator",
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
"microsoft",
|
"microsoft",
|
||||||
"facebook",
|
"facebook",
|
||||||
"daplie",
|
"daplie",
|
||||||
|
"ppl",
|
||||||
"totp",
|
"totp",
|
||||||
"2fa",
|
"2fa",
|
||||||
"mfa",
|
"mfa",
|
||||||
|
@ -40,7 +42,6 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.daplie.com/Daplie/authenticator-cli/issues"
|
"url": "https://git.coolaj86.com/coolaj86/authenticator-cli.js/issues"
|
||||||
},
|
}
|
||||||
"homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue