{ "name": "cluster-rpc", "version": "1.0.7", "description": "A simple way to wrap a single-instance module to enable it to work with node cluster.", "homepage": "https://git.coolaj86.com/coolaj86/cluster-rpc.js", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://git.coolaj86.com/coolaj86/cluster-rpc.js.git" }, "keywords": [ "cluster", "rpc" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://git.coolaj86.com/coolaj86/cluster-rpc.js/issues" } }