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