diff --git a/package.json b/package.json index e7e0d95..bdd6579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "authenticator", - "version": "1.0.1", + "version": "1.1.0", "description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js", "main": "authenticator.js", "scripts": { @@ -19,11 +19,13 @@ "base32", "code", "generator", + "one-time", + "time-based", "authy", "google", "microsoft" ], - "author": "AJ ONeal (http://coolaj86.com/)", + "author": "AJ ONeal (https://daplie.com/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Daplie/node-authenticator/issues"