mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
14 lines
405 B
JSON
14 lines
405 B
JSON
{
|
|
"name": "web3-providers-http",
|
|
"version": "1.0.0",
|
|
"description": "Module to handle web3 RPC connections over HTTP.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-http",
|
|
"license": "LGPL-3.0",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"web3-core-helpers": "^1.0.0",
|
|
"xmlhttprequest": "*",
|
|
"xhr2": "*"
|
|
}
|
|
}
|