openethereum/js/packages/jsonrpc/package.json

29 lines
524 B
JSON
Raw Normal View History

2017-04-20 10:41:06 +02:00
{
"name": "@parity/jsonrpc",
"description": "JSON and JS interface defintions for 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",
"Maciej Hirsz"
2017-04-20 10:41:06 +02:00
],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/parity.git"
},
"keywords": [
"Ethereum",
"RPC",
"Parity"
],
"scripts": {
},
"devDependencies": {
},
"dependencies": {
}
}