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",
"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 <coolaj86@gmail.com> (http://coolaj86.com/)",
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Daplie/node-authenticator/issues"