mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 19:48:13 +00:00
14 lines
412 B
JSON
14 lines
412 B
JSON
{
|
|
"name": "web3-eth-iban",
|
|
"version": "1.0.0",
|
|
"description": "This package converts Ethereum addresses to IBAN adresses a vice versa.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-iban",
|
|
"license": "LGPL-3.0",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"web3-utils": "^1.0.0",
|
|
"bases": "^0.2.1",
|
|
"bn.js": "^4.11.6"
|
|
}
|
|
}
|