{
  "name": "liveblog-socket.io-app",
  "version": "1.0.0",
  "description": "A simple Node.js app to start a socket.io server with Redis adapter.",
  "main": "app.js",
  "author": "WordPress.com VIP, Automattic",
  "license": "GPL",
  "dependencies": {
    "socket.io": "~1.3.5",
    "socket.io-redis": "~0.1.4",
    "commander": "~2.9.0"
  }
}
