UNPKG

629 BJSONView Raw
1{
2 "name": "aion-web3-utils",
3 "namespace": "aion",
4 "version": "1.0.0",
5 "description": "Collection of utility functions used in web3.js.",
6 "repository": "https://github.com/aionnetwork/aion_web3/tree/master/packages/web3-utils",
7 "license": "LGPL-3.0",
8 "main": "src/index.js",
9 "dependencies": {
10 "aion-lib": "1.0.0",
11 "bn.js": "4.11.6",
12 "ethjs-unit": "0.1.6",
13 "number-to-bn": "1.7.0",
14 "randomhex": "0.1.5",
15 "safe-buffer": "^5.1.2",
16 "underscore": "1.8.3",
17 "utf8": "2.1.1"
18 },
19 "gitHead": "1e83fdd451d3ca572b96ef4f286d15d3877ee158"
20}