UNPKG

bitspace-rpc

Version:
34 lines (33 loc) 733 B
{ "name": "bitspace-rpc", "version": "1.1.0", "description": "Raw RPC layer for BitSpace", "main": "index.js", "scripts": { "test": "standard", "build": "hrpc schema.proto --rpc=index.js --messages=messages.js" }, "author": "BitWeb Project Team", "license": "MIT", "devDependencies": { "hrpc": "^2.1.1", "standard": "^14.3.4" }, "dependencies": { "hrpc-runtime": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bitweb/bitspace-rpc.git" }, "keywords": [ "bitspace", "rpc", "raw", "hrpc" ], "bugs": { "url": "https://github.com/bitwebs/bitspace-rpc/issues" }, "homepage": "https://github.com/bitwebs/bitspace-rpc#readme" }