{
  "name": "js-cluster",
  "version": "0.1.13",
  "description": "Cluster management in raw Node.js",
  "main": "cluster.js",
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/briancsparks/js-cluster.git"
  },
  "author": "Brian C Sparks",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/briancsparks/js-cluster/issues"
  },
  "homepage": "https://github.com/briancsparks/js-cluster#readme",
  "dependencies": {
    "body-parser": "^1.17.1",
    "debug": "^2.6.3",
    "express": "^4.15.2",
    "redis": "^2.7.1",
    "sgsg": "^0.9.54",
    "socket.io": "^1.7.3",
    "socket.io-client": "^1.7.3",
    "socket.io-emitter": "^2.0.0",
    "socket.io-redis": "^4.0.0"
  }
}
