mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-24 20:18:18 +00:00
* added sub packages * added lerna monopackage management * check for package is instance * added method, subscription and utils package * moved almost all packages * moved all packages, no umbrella package yet * added extend to packages * made contract pass * made batch tests pass * expose providers * fixed test async * fixed test errors * fixed test event encode decode * fixed test formatter tests * fixed method tests * fixed method utils * fixed some eth methods * fixed some eth methods 2 * bumped version 0.18.3 to republish meteor package * fixed get* tests * fixed subscribe tests * added newBlockHeaders subscription * remove unpublished package from package.json * added sendTransaction test * fixed call test * moved files to done * changed extend * added iban tests * Fixed ALL tests * Fixed lint tests * Fixed contract tests * added method tests * added more method tests to test promiEvents extensively * added confirmation event * improved method confirmation checking
21 lines
728 B
JSON
21 lines
728 B
JSON
{
|
|
"name": "web3-eth",
|
|
"version": "1.0.0",
|
|
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth",
|
|
"license": "LGPL-3.0",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"web3-core": "^1.0.0",
|
|
"web3-core-helpers": "^1.0.0",
|
|
"web3-core-iban": "^1.0.0",
|
|
"web3-core-subscriptions": "^1.0.0",
|
|
"web3-core-method": "^1.0.0",
|
|
"web3-utils": "^1.0.0",
|
|
"underscore": "^1.8.3",
|
|
"web3-core-promiEvent": "^1.0.0",
|
|
|
|
"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2"
|
|
}
|
|
}
|