{
  "name": "@ledgerhq/hw-transport-u2f",
  "version": "5.26.0",
  "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.26.0",
    "@ledgerhq/hw-transport": "^5.26.0",
    "@ledgerhq/logs": "^5.26.0",
    "u2f-api": "0.2.7"
  },
  "devDependencies": {
    "flow-bin": "^0.135.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": "b3525c28dd094a79f1229c4d60b853fe072982fb"
}
