mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "websocket-stream",
|
|
"version": "5.2.0",
|
|
"license": "BSD-2-Clause",
|
|
"description": "Use websockets with the node streams API. Works in browser and node",
|
|
"scripts": {
|
|
"test": "node test.js",
|
|
"start": "beefy test-client.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/maxogden/websocket-stream.git"
|
|
},
|
|
"keywords": [
|
|
"websocket",
|
|
"websockets",
|
|
"stream",
|
|
"streams",
|
|
"realtime"
|
|
],
|
|
"_npmUser": {
|
|
"name": "maxogden",
|
|
"email": "max@maxogden.com"
|
|
},
|
|
"dependencies": {
|
|
"duplexify": "^3.6.1",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^3.0.0",
|
|
"safe-buffer": "^5.1.2",
|
|
"ws": "^6.1.2",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"beefy": "^2.1.1",
|
|
"browserify": "^16.2.3",
|
|
"concat-stream": "^1.6.2",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"optionalDependencies": {},
|
|
"browser": {
|
|
"./echo-server.js": "./fake-server.js",
|
|
"./index.js": "./stream.js",
|
|
"ws": "./ws-fallback.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/maxogden/websocket-stream/issues"
|
|
},
|
|
"homepage": "https://github.com/maxogden/websocket-stream#readme",
|
|
"main": "index.js",
|
|
"author": ""
|
|
}
|