This commit is contained in:
AJ ONeal 2016-01-02 01:24:24 -08:00
parent 0178e8b89d
commit 5ba2cdddf2
2 changed files with 7 additions and 0 deletions

3
bin/authenticator.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
module.exports = require('authenticator-cli/bin/authenticator');

View File

@ -6,6 +6,9 @@
"scripts": {
"test": "node example.js"
},
"bin": {
"authenticator": "bin/authenticator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/node-authenticator.git"
@ -32,6 +35,7 @@
},
"homepage": "https://github.com/Daplie/node-authenticator#readme",
"dependencies": {
"authenticator-cli": "^1.0.2",
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}