forked from hwcrypto/hwcrypto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1018 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hwcrypto",
"main": [
"hwcrypto.js",
"hwcrypto-legacy.js"
],
"version": "0.0.13",
"authors": [
"Martin Paljak <[email protected]>"
],
"description": "Browser JavaScript library for working with hardware tokens",
"moduleType": [
"globals"
],
"keywords": [
"smartcard"
],
"license": "MIT",
"homepage": "https://hwcrypto.github.io",
"repository": {
"type": "git",
"url": "https://github.com/hwcrypto/hwcrypto.js"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"mocha": "^3.2.0",
"chai": "^3.5.0",
"jquery": "^3.1.1",
"should": "^11.1.2",
"chai-as-promised": "~4.3.0",
"bind-polyfill": "^1.0.0"
},
"dependencies": {
"native-promise-only": "~0.7.6-a",
"js-polyfills": "~0.1.2"
},
"resolutions": {
"mocha": "^3.2.0",
"chai": "^3.5.0",
"jquery": "^3.1.1",
"should": "^11.1.2",
"chai-as-promised": "^6.0.0"
}
}