UNPKG

@ledgerhq/hw-transport-u2f

Version:

Ledger Hardware Wallet Web implementation of the communication layer, using U2F api

47 lines (46 loc) 1.16 kB
{ "name": "@ledgerhq/hw-transport-u2f", "version": "5.36.0-deprecated", "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api", "keywords": [ "Ledger", "LedgerWallet", "U2F", "browser", "web", "NanoS", "Blue", "Hardware Wallet" ], "repository": { "type": "git", "url": "https://github.com/LedgerHQ/ledgerjs" }, "bugs": { "url": "https://github.com/LedgerHQ/ledgerjs/issues" }, "homepage": "https://github.com/LedgerHQ/ledgerjs", "publishConfig": { "access": "public" }, "main": "lib/TransportU2F.js", "module": "lib-es/TransportU2F.js", "license": "Apache-2.0", "dependencies": { "@ledgerhq/errors": "^5.34.0", "@ledgerhq/hw-transport": "^5.34.0", "@ledgerhq/logs": "^5.30.0", "u2f-api": "0.2.7" }, "devDependencies": { "flow-bin": "^0.138.0" }, "scripts": { "flow": "flow", "clean": "bash ../../script/clean.sh", "build": "bash ../../script/build.sh", "watch": "bash ../../script/watch.sh", "doc": "bash ../../script/doc.sh" }, "gitHead": "6d655aa89b748e50ae15c0cfb30c08f2215f6d84" }