pocket-js-web3-provider
Version:
Pocket javascript web3 provider that allows the interaction with the Pocket Network.
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "pocket-js-web3-provider",
"version": "0.0.3",
"engine": {
"node": ">= 11.6.0"
},
"description": "Pocket javascript web3 provider that allows the interaction with the Pocket Network.",
"license": "MIT",
"main": "./src/index.js",
"directories": {
"tests": "./tests"
},
"scripts": {
"test": "mocha tests/*.js"
},
"repository": "https://github.com/pokt-network/pocket-js/tree/master/packages/web3_provider",
"homepage": "https://github.com/pokt-network/pocket-js",
"bugs": {
"url": "https://github.com/pokt-network/pocket-js/issues"
},
"keywords": [
"Pocket",
"Network",
"Provider",
"Core",
"Web3",
"JavaScript"
],
"author": "Pocket Network",
"authors": [
{
"name": "Pabel Nunez Landestoy",
"email": "pabelnunezl@gmail.com",
"homepage": "https://github.com/pabelnl"
}
],
"dependencies": {
"axios": "^0.18.1",
"pocket-js-core": "^0.0.5"
},
"devDependencies": {
"aion-web3-eth-accounts": "^1.1.6",
"chai": "^4.2.0",
"ethereumjs-tx": "^1.3.7",
"mocha": "^6.1.4",
"node-zip": "^1.1.1",
"web3-utils": "^1.0.0-beta.36"
}
}