UNPKG

@v-almonacid/react-native-hid

Version:

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

49 lines (48 loc) 1.22 kB
{ "name": "@v-almonacid/react-native-hid", "version": "5.15.4", "nativePackage": true, "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/v-almonacid/ledgerjs" }, "bugs": { "url": "https://github.com/v-almonacid/ledgerjs/issues" }, "homepage": "https://github.com/v-almonacid/ledgerjs/ledgerjs", "publishConfig": { "access": "public" }, "main": "lib/index.js", "module": "lib-es/index.js", "license": "Apache-2.0", "dependencies": { "@ledgerhq/devices": "^5.15.0", "@ledgerhq/errors": "^5.15.0", "@ledgerhq/hw-transport": "^5.15.0", "@ledgerhq/logs": "^5.15.0", "rxjs": "^6.5.5" }, "devDependencies": { "flow-bin": "^0.124.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": "036d2cfe12c2e13ae1b1a5f140bffca074612b05" }