{
    "name": "web3-providers-http",
    "version": "1.2.4",
    "description": "Module to handle web3 RPC connections over HTTP.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-http",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "scripts": {
        "dtslint": "dtslint types --onlyTestTsNext"
    },
    "types": "types/index.d.ts",
    "main": "src/index.js",
    "dependencies": {
        "web3-core-helpers": "1.2.4",
        "xhr2-cookies": "1.1.0"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2"
    }
}
