Add @parity/jsonrpc

This commit is contained in:
Jaco Greeff
2017-04-20 10:41:06 +02:00
parent 0d9e849162
commit 94c8cceb42
6 changed files with 33 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
{
"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": [
"Jaco Greeff"
],
"contributors": [],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paritytech/parity.git"
},
"keywords": [
"Ethereum",
"RPC",
"Parity"
],
"scripts": {
},
"devDependencies": {
},
"dependencies": {
}
}