{
  "name": "@emartech/faye-redis-sharded",
  "description": "Redis backend engine for Faye with support for sharding",
  "author": "Myspace",
  "keywords": [
    "faye",
    "faye-redis",
    "pubsub",
    "bayeux"
  ],
  "version": "0.2.5",
  "engines": {
    "node": ">=0.4.0"
  },
  "main": "./index",
  "dependencies": {
    "async": "^0.9.0",
    "lodash": "^4.17.21",
    "redis": "^3.1.2"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repositories": [
    {
      "type": "git",
      "url": "git@github.com:myspace/faye-redis-sharded-node.git"
    }
  ],
  "devDependencies": {
    "jstest": ""
  },
  "scripts": {
    "test": "node spec/runner.js"
  }
}
