add bower.json

This commit is contained in:
AJ ONeal 2015-10-23 00:11:54 -07:00
vanhempi c38768772a
commit cabe9ec81a
1 muutettua tiedostoa jossa 37 lisäystä ja 0 poistoa

37
bower.json Normal file
Näytä tiedosto

@ -0,0 +1,37 @@
{
"name": "authenticator",
"version": "1.0.0",
"homepage": "https://github.com/Daplie/browser-authenticator",
"authors": [
"AJ ONeal <awesome@coolaj86.com>"
],
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for browser JavaScript",
"main": "authenticator.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"authenticator",
"2fa",
"mfa",
"token",
"key",
"base32",
"code",
"generator",
"one-time",
"time-based",
"authy",
"google",
"microsoft"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}