mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 12:08:22 +00:00
18 lines
478 B
JSON
18 lines
478 B
JSON
{
|
|
"name": "web3-utils",
|
|
"version": "1.0.0",
|
|
"description": "Collection of utility functions used in web3.js.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-utils",
|
|
"license": "LGPL-3.0",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"utf8": "^2.1.1",
|
|
"underscore": "^1.8.3",
|
|
|
|
"js-sha3": "^0.5.7",
|
|
"ethjs-unit": "^0.1.6",
|
|
"number-to-bn": "^1.7.0",
|
|
"bn.js": "^4.11.6"
|
|
}
|
|
}
|