UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-transport-u2f",
3 "version": "4.74.2",
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 "license": "Apache-2.0",
28 "dependencies": {
29 "@ledgerhq/errors": "^4.74.2",
30 "@ledgerhq/hw-transport": "^4.74.2",
31 "@ledgerhq/logs": "^4.72.0",
32 "u2f-api": "0.2.7"
33 },
34 "devDependencies": {
35 "flow-bin": "^0.109.0"
36 },
37 "scripts": {
38 "flow": "flow",
39 "clean": "bash ../../script/clean.sh",
40 "build": "bash ../../script/build.sh",
41 "watch": "bash ../../script/watch.sh",
42 "doc": "bash ../../script/doc.sh"
43 },
44 "gitHead": "5f74b291e1bfd836d23a829a5948f7273af16359"
45}