From 92b6b34545a11b4cc9b5197d0deeb8d5599708ef Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 22 Oct 2015 21:27:58 -0700 Subject: [PATCH] browser fork --- bower.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9b7b738 --- /dev/null +++ b/bower.json @@ -0,0 +1,37 @@ +{ + "name": "botp", + "main": "index.js", + "version": "1.0.0", + "homepage": "https://github.com/Daplie/botp", + "authors": [ + "AJ ONeal ", + "Guy Halford-Thompson " + ], + "description": "JavaScript One Time Password library, supports HOTP, TOTP and works with all Authenticator apps.", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "totp", + "hotp", + "botp", + "notp", + "time", + "based", + "one", + "time", + "password", + "browser", + "javascript" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": {} +}