Publish @parity/jsonrpc (#4365)
* Add npm/jsonrpc * Allow ci:build:jsonrpc * Publish @parity/jsonrpc
This commit is contained in:
5
js/npm/jsonrpc/README.md
Normal file
5
js/npm/jsonrpc/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# @parity/jsonrpc
|
||||
|
||||
JSON and JS interface defintions for RPC calls.
|
||||
|
||||
[https://github.com/ethcore/parity/tree/master/js/src/jsonrpc](https://github.com/ethcore/parity/tree/master/js/src/jsonrpc)
|
||||
29
js/npm/jsonrpc/package.json
Normal file
29
js/npm/jsonrpc/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@parity/jsonrpc",
|
||||
"description": "JSON and JS interface defintions for RPC",
|
||||
"version": "0.0.0",
|
||||
"main": "library.js",
|
||||
"author": "Parity Team <admin@parity.io>",
|
||||
"maintainers": [
|
||||
"Jaco Greeff"
|
||||
],
|
||||
"contributors": [],
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ethcore/parity.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Ethereum",
|
||||
"ABI",
|
||||
"API",
|
||||
"RPC",
|
||||
"Parity"
|
||||
],
|
||||
"scripts": {
|
||||
},
|
||||
"devDependencies": {
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user