{
  "name": "socketio-transceiver",
  "version": "0.0.1",
  "description": "Real-time pubsub middleware for Express, using Socket.io.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover _mocha test --dir coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twg/transceiver.git"
  },
  "keywords": [
    "realtime",
    "pubsub",
    "socket",
    "fco"
  ],
  "author": "Peter Sobot <psobot@theworkinggroup.ca>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/twg/transceiver/issues"
  },
  "homepage": "https://github.com/twg/transceiver",
  "dependencies": {
    "bunyan": "^1.0.0",
    "debug": "^1.0.4",
    "lodash": "^2.4.1",
    "merge-defaults": "^0.2.1",
    "mock-req": "^0.1.0",
    "mock-res": "^0.2.1",
    "q": "^1.0.1",
    "qs": "^1.2.1",
    "socket.io": "1.1.0",
    "utf8": "^2.0.0"
  },
  "devDependencies": {
    "socket.io-client": "^1.0.6",
    "chai-as-promised": "^4.1.1",
    "expect.js": "^0.3.1",
    "express": "^4.8.3",
    "gulp": "^3.7.0",
    "gulp-mocha": "^0.4.1",
    "istanbul": "^0.3.0",
    "mocha": "^1.20.1",
    "superagent": "^0.18.0",
    "supertest": "^0.13.0",
    "ws": "~0.4.31"
  }
}
