39 lines
829 B
JSON
39 lines
829 B
JSON
{
|
|
"name": "@parity/api",
|
|
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [
|
|
"Jaco Greeff"
|
|
],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paritytech/parity.git"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"API",
|
|
"RPC",
|
|
"Parity",
|
|
"Promise"
|
|
],
|
|
"scripts": {
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"dependencies": {
|
|
"@parity/abi": "file:../abi",
|
|
"@parity/jsonrpc": "file:../jsonrpc",
|
|
"bignumber.js": "3.0.1",
|
|
"ethereumjs-tx": "1.2.5",
|
|
"eventemitter3": "2.0.2",
|
|
"js-sha3": "0.5.5",
|
|
"keythereum": "0.4.6",
|
|
"node-fetch": "1.6.3",
|
|
"secp256k1": "3.2.5"
|
|
}
|
|
}
|