Files
pezkuwi-ui/packages/ledger/package.json
T
Lovesh Harchandani 214fa1538a Allow Ledger support for Dock (#425)
Signed-off-by: lovesh <lovesh.bond@gmail.com>
2021-01-07 21:12:25 +01:00

22 lines
519 B
JSON

{
"name": "@polkadot/ledger",
"version": "0.65.2-0",
"repository": "github:polkadot-js/ui",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"license": "Apache-2.0",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ledger-transports": "0.65.2-0",
"@polkadot/util": "^5.2.3",
"@zondax/ledger-polkadot": "^0.13.0"
},
"peerDependencies": {
"@polkadot/util": "*"
}
}