2017-04-20 10:33:37 +02:00
|
|
|
{
|
|
|
|
"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": [
|
2017-04-20 11:48:42 +02:00
|
|
|
"Jaco Greeff",
|
|
|
|
"Nicolas Gotchac"
|
2017-04-20 10:33:37 +02:00
|
|
|
],
|
|
|
|
"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",
|
2017-04-20 10:41:06 +02:00
|
|
|
"@parity/jsonrpc": "file:../jsonrpc",
|
2017-04-20 11:24:49 +02:00
|
|
|
"bignumber.js": "3.0.1",
|
2017-04-20 15:47:20 +02:00
|
|
|
"blockies": "0.0.2",
|
2017-05-10 13:23:14 +02:00
|
|
|
"es6-error": "4.0.0",
|
2017-04-20 11:24:49 +02:00
|
|
|
"ethereumjs-tx": "1.2.5",
|
2017-04-20 10:33:37 +02:00
|
|
|
"eventemitter3": "2.0.2",
|
2017-04-20 11:24:49 +02:00
|
|
|
"js-sha3": "0.5.5",
|
|
|
|
"keythereum": "0.4.6",
|
|
|
|
"node-fetch": "1.6.3",
|
|
|
|
"secp256k1": "3.2.5"
|
2017-04-20 10:33:37 +02:00
|
|
|
}
|
|
|
|
}
|