{
  "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",
    "xhr2": "*",
    "xmlhttprequest": "*"
  }
}
