UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-transport-u2f",
3 "version": "5.36.0-deprecated",
4 "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "U2F",
9 "browser",
10 "web",
11 "NanoS",
12 "Blue",
13 "Hardware Wallet"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/LedgerHQ/ledgerjs"
18 },
19 "bugs": {
20 "url": "https://github.com/LedgerHQ/ledgerjs/issues"
21 },
22 "homepage": "https://github.com/LedgerHQ/ledgerjs",
23 "publishConfig": {
24 "access": "public"
25 },
26 "main": "lib/TransportU2F.js",
27 "module": "lib-es/TransportU2F.js",
28 "license": "Apache-2.0",
29 "dependencies": {
30 "@ledgerhq/errors": "^5.34.0",
31 "@ledgerhq/hw-transport": "^5.34.0",
32 "@ledgerhq/logs": "^5.30.0",
33 "u2f-api": "0.2.7"
34 },
35 "devDependencies": {
36 "flow-bin": "^0.138.0"
37 },
38 "scripts": {
39 "flow": "flow",
40 "clean": "bash ../../script/clean.sh",
41 "build": "bash ../../script/build.sh",
42 "watch": "bash ../../script/watch.sh",
43 "doc": "bash ../../script/doc.sh"
44 },
45 "gitHead": "6d655aa89b748e50ae15c0cfb30c08f2215f6d84"
46}