{
  "name": "broadcast-hub",
  "version": "1.0.0",
  "main": "./lib/index.js",
  "description": "WebSockets backed by Redis pubsub.",
  "keywords": [
    "websockets",
    "redis",
    "pubsub"
  ],
  "dependencies": {
    "redis": "~0.10.1",
    "hiredis": "~0.1.15",
    "sockjs": "~0.3.7"
  },
  "devDependencies": {
    "async": "~0.2.9",
    "autoquit": "~0.1.4",
    "coffee-script": "~1.7.1",
    "express": "~3.4.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-coffee": "~0.10.1",
    "grunt-contrib-jshint": "~0.9.2",
    "grunt-contrib-uglify": "~0.4.0",
    "grunt-contrib-watch": "~0.6.0",
    "grunt-karma": "~0.8.0",
    "grunt-mocha-cli": "~1.7.0",
    "grunt-release": "~0.7.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "~0.1.0",
    "karma-coffee-preprocessor": "~0.2.1",
    "karma-firefox-launcher": "~0.1.0",
    "karma-mocha": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.0",
    "mocha": "~1.17.1",
    "sockjs-client-node": "0.0.0",
    "superagent": "~0.17.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "author": {
    "name": "Ruben Vermeersch",
    "email": "ruben@savanne.be",
    "url": "http://savanne.be/"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10.0"
  }
}
