{
  "name": "pull-ws",
  "version": "3.3.2",
  "description": "Simple pull-streams for websocket client connections",
  "main": "index.js",
  "stability": "unstable",
  "scripts": {
    "test": "tap test/*.js",
    "browser": "testling"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/pull-ws.git"
  },
  "keywords": [
    "pull-stream",
    "websocket",
    "ws"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DamonOehlman/pull-ws/issues"
  },
  "homepage": "https://github.com/DamonOehlman/pull-ws",
  "dependencies": {
    "relative-url": "^1.0.2",
    "safe-buffer": "^5.1.1",
    "ws": "^1.1.0"
  },
  "devDependencies": {
    "mapleTree": "^0.5.1",
    "pull-goodbye": "~0.0.1",
    "pull-json-doubleline": "^1.0.0",
    "pull-split": "^0.2.0",
    "pull-stream": "^3.3.2",
    "pull-through": "^1.0.18",
    "tap": "^5.7.2",
    "tape": "^4.4.0",
    "testling": "^1.7.1",
    "wsurl": "^1.0.0"
  },
  "browser": {
    "ws": false,
    "./server": false
  },
  "testling": {
    "files": "test/all.js",
    "server": "test/server.js"
  }
}
