{
  "name": "node-redis-events",
  "version": "1.0.0",
  "author": "vanetix <matmcfarland@gmail.com>",
  "description": "publish and subscribe to application events across redis",
  "repository": {
    "type": "git",
    "url": "https://github.com/vanetix/node-event-pub.git"
  },
  "keywords": [
    "events",
    "event-emitter",
    "pubsub",
    "redis"
  ],
  "dependencies": {
    "redis": ">=0.7.1",
    "hiredis": ">=0.1.14",
    "node-uuid": "~1.4.0"
  },
  "devDependencies": {
    "should": ">=0.6.0",
    "mocha": ">=1.0.0"
  },
  "scripts": {
    "test": "make test"
  }
}
