browser fork
This commit is contained in:
parent
9358117c4b
commit
92b6b34545
37
bower.json
Normal file
37
bower.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"name": "botp",
|
||||||
|
"main": "index.js",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"homepage": "https://github.com/Daplie/botp",
|
||||||
|
"authors": [
|
||||||
|
"AJ ONeal <awesome@coolaj86.com>",
|
||||||
|
"Guy Halford-Thompson <guy@guy.ht>"
|
||||||
|
],
|
||||||
|
"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": {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user