eadolores
Version:
Desig: The Blockchain-Agnostic Multisig Solution
23 lines (22 loc) • 681 B
JSON
{
"name": "web3-core-requestmanager",
"version": "3.0.0-rc.5",
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0"
},
"main": "lib/index.js",
"scripts": {
"compile": "tsc -b tsconfig.json"
},
"dependencies": {
"underscore": "1.12.1",
"util": "^0.12.0",
"web3-core-helpers": "3.0.0-rc.5",
"web3-providers-http": "3.0.0-rc.5",
"web3-providers-ipc": "3.0.0-rc.5",
"web3-providers-ws": "3.0.0-rc.5"
}
}