This commit is contained in:
AJ ONeal 2015-11-03 00:16:46 -08:00
parent 48d1dcad7f
commit b3fd9ad34a
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "authenticator", "name": "authenticator",
"version": "1.0.1", "version": "1.1.0",
"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": {
@ -19,11 +19,13 @@
"base32", "base32",
"code", "code",
"generator", "generator",
"one-time",
"time-based",
"authy", "authy",
"google", "google",
"microsoft" "microsoft"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)", "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/Daplie/node-authenticator/issues" "url": "https://github.com/Daplie/node-authenticator/issues"