zerorpc
Version:
A port of ZeroRPC to node.js
42 lines (41 loc) • 848 B
JSON
{
"name": "zerorpc",
"version": "0.9.8",
"main": "./index.js",
"author": "François-Xavier Bourlet <bombela+zerorpc@gmail.com>",
"description": "A port of ZeroRPC to node.js",
"contributors": [
{
"name": "Francois-Xavier Bourlet",
"email": "bombela@gmail.com"
},
{
"name": "Yusuf Simonson",
"email": "simonson@gmail.com"
}
],
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/0rpc/zerorpc-node"
},
"keywords": [
"zerorpc",
"rpc",
"distributed",
"communication"
],
"dependencies": {
"msgpack-lite": "^0.1.26",
"underscore": "1.3.3",
"uuid": "^3.0.0",
"zeromq": "^4.6.0"
},
"devDependencies": {
"nodeunit": "0.9.1",
"temp": "0.8.1"
},
"license": "MIT"
}