This commit is contained in:
AJ ONeal 2016-01-02 01:19:40 -08:00
parent 49678fbfd5
commit 843569d62d
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
"bin": {
"authenticator-cli": "authenticator.js"
},
"dependencies": {},
"dependencies": {
"authenticator": "^1.1.0",
"cli": "^0.11.1",
"qrcode-terminal": "^0.10.0"
},
"devDependencies": {},
"scripts": {
"test": "node bin/authenticator.js"