{
  "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": {
    "bn.js": "^4.11.6",
    "ethjs-unit": "^0.1.6",
    "js-sha3": "^0.5.7",
    "number-to-bn": "^1.7.0",
    "randomhex": "^0.1.5",
    "underscore": "^1.8.3",
    "utf8": "^2.1.1"
  }
}
