{
  "name": "socket-io-server",
  "description": "Provides a simple abstraction for initializing- and connecting to a socket.io server.",
  "version": "1.0.5",
  "author": "Daniel Illouz",
  "keywords": [
    "socket",
    "socket.io",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/danillouz/socket-io-server.git"
  },
  "bugs": {
    "url": "http://github.com/danillouz/socket-io-server/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "debug": "^2.1.3",
    "socket.io": "^1.3.5"
  },
  "devDependencies": {
    "chai": "^2.1.1",
    "coveralls": "^2.11.3",
    "istanbul": "^0.3.7",
    "jshint": "^2.6.3",
    "mocha": "^2.2.5",
    "socket.io-client": "^1.3.5"
  },
  "scripts": {
    "test": "mocha",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec"
  }
}
