2017-02-28 16:02:54 +01:00

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