pull-websocket
Version:
Simple pull-streams for websocket client connections
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "pull-websocket",
"version": "3.4.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/arj03/pull-websocket/"
},
"keywords": [
"pull-stream",
"websocket",
"ws"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/arj03/pull-websocket/issues"
},
"homepage": "https://github.com/arj03/pull-websocket/",
"dependencies": {
"relative-url": "^1.0.2",
"typedarray-to-buffer": "^4.0.0",
"ws": "^7.0.0"
},
"devDependencies": {
"mapleTree": "^0.5.1",
"pull-goodbye": "~0.0.1",
"pull-json-doubleline": "^2.0.0",
"pull-split": "^0.2.0",
"pull-stream": "^3.3.2",
"pull-through": "^1.0.18",
"tap": "^5.7.2",
"tape": "^5.2.2",
"testling": "^1.7.1",
"wsurl": "^1.0.0"
},
"browser": {
"ws": false,
"./server": false
},
"testling": {
"files": "test/all.js",
"server": "test/server.js"
}
}