{
  "name": "cluster-proxy",
  "version": "0.1.0",
  "description": "Abstracts method calling on an object in the master process. The workers have a proxy object that abstracts all the message passing. The main limitation is that arguments and values must be JSON serializable.",
  "main": "lib/cluster-proxy.js",
  "scripts": {
    "test": "node test/cluster-proxy-test.js",
    "prepublish": "jsdoc -r lib -d doc"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/bazaarvoice/node-cluster-proxy"
  },
  "keywords": [
    "cluster",
    "message",
    "ipc",
    "methods",
    "rpc",
    "delegate",
    "proxy"
  ],
  "author": "incubator@bazaarvoice.com",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/bazaarvoice/node-cluster-proxy/issues"
  },
  "homepage": "https://github.com/bazaarvoice/node-cluster-proxy",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "async": "",
    "cluster": "",
    "log4js": "",
    "should": ""
  }
}
