forked from tera-insights/2Q2R-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 782 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "2q2r-server",
"description": "Second factor authenticatin server to be paired with 2Q2R app.",
"main": "app.js",
"authors": [
"Alin Dobra <[email protected]>"
],
"license": "Apache 2.0",
"keywords": [
"2FA",
"authentication",
"eliptic",
"curve",
"authentication"
],
"homepage": "https://github.com/alinVD/2Q2R-server",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0",
"jquery-qrcode": "*",
"semantic": "^2.2.2",
"u2f-api": "^0.4.1",
"dustjs-linkedin": "^2.7.3",
"dustjs-helpers": "dustjs-linkedin-helpers#^1.7.3",
"materialize": "^0.97.7",
"bowser": "^1.4.5"
}
}