UNPKG

ipc

Version:

A simple inter process communication library along with distributed election algorithm (Bully) for Node.js

19 lines (18 loc) 549 B
{ "name": "ipc", "description": "A simple inter process communication library along with distributed election algorithm (Bully) for Node.js", "version": "0.0.1", "author": "Paris Stamatopoulos <mobius@foriamroot.org>", "repository": { "type": "git", "url": "http://github.com/twmobius/node-ipc.git" }, "keywords": ["ipc", "interprocess", "bully", "distributed", "messages"], "dependencies": { "async": "0.1.x", "winston": "0.5.x", "redis": "0.7.x" }, "main": "./ipc.js", "engines": { "node": ">= 0.4.0" } }