web3.js/packages/web3-utils/package.json
2017-03-01 15:58:13 +01:00

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"
}
}