{
  "name": "websocket-pull-stream",
  "version": "2.0.12",
  "description": "websockets with pull-streams, like websocket-stream but much leaner",
  "main": "index.js",
  "repository": "https://github.com/davidmarkclements/websocket-pull-stream",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "websocket",
    "websockets",
    "stream",
    "streams",
    "realtime",
    "pull-stream",
    "pull-core",
    "pull",
    "websocket-pull-stream"
  ],
  "author": "David Mark Clements",
  "license": "MIT",
  "dependencies": {
    "pull-core": "^1.0.0",
    "pull-plex": "^1.0.7",
    "pull-stream-to-stream": "^1.3.0",
    "setimmediate-min": "^1.0.1",
    "stream-to-pull-stream": "^1.6.0"
  },
  "browser": {
    "./lib/utils.js": "./lib/utils-browser.js"
  },
  "devDependencies": {
    "random-stream": "0.0.4",
    "ws": "^0.4.32"
  }
}
