UNPKG

communicate

Version:

A library communicating between master->many node processes with redis

34 lines (33 loc) 747 B
{ "name": "communicate", "version": "1.0.2", "description": "A library communicating between master->many node processes with redis", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Centiq/communicate.git" }, "keywords": [ "Cluster", "Communicate", "Communication", "Message", "Multiple", "Processes", "Redis", "Module" ], "author": "William Overton", "license": "MIT", "bugs": { "url": "https://github.com/Centiq/communicate/issues" }, "homepage": "https://github.com/Centiq/communicate#readme", "dependencies": { "chai": "^3.4.1", "redis": "^2.3.0" } }