From 843569d62d59d3babbf2773a58fffd9dc577ab88 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 Jan 2016 01:19:40 -0800 Subject: [PATCH] add deps --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e3df6c..c18ce24 100644 --- a/package.json +++ b/package.json @@ -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"