zmq-json-rpc-client
Version:
JSON-RPC 2.0 client implementation using a ZMQ socket as transport mechanism
43 lines (42 loc) • 948 B
JSON
{
"name": "zmq-json-rpc-client",
"version": "0.0.1",
"description": "JSON-RPC 2.0 client implementation using a ZMQ socket as transport mechanism",
"main": "index.js",
"directories": {
"test": "test",
"lib": "lib"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claudijo/zmq-json-rpc-client.git"
},
"keywords": [
"ZMQ",
"ZeroMQ",
"ØmMQ",
"json-rpc",
"client"
],
"author": "Claudijo Borovic <hello@claudijo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudijo/zmq-json-rpc-client/issues"
},
"homepage": "https://github.com/claudijo/zmq-json-rpc-client#readme",
"files": [
"LICENSE",
"index.js",
"lib"
],
"devDependencies": {
"mocha": "^3.2.0"
},
"dependencies": {
"json-rpc-client-stream": "0.0.1",
"zeromq": "^4.1.1"
}
}