{
  "name": "get-socket",
  "version": "0.27.0",
  "description": "Use WebSockets exactly the same way in Node and in the browser",
  "main": "get-socket.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/erikpukinskis/get-socket.git"
  },
  "dependencies": {
    "module-library": "^0.80.0",
    "ws": "^1.1.5"
  },
  "scripts": {
    "test": "node test.js"
  },
  "devDependencies": {
    "browser-bridge": "*",
    "browser-task": "*",
    "run-test": "^0.51.0",
    "sinon": "^5.0.0",
    "web-element": "*",
    "web-site": "*"
  },
  "license": "ISC",
  "homepage": "https://github.com/erikpukinskis/get-socket"
}
