@maximegris/node-websockify
Version:
node-websockify is a WebSocket-to-TCP proxy/bridge you can use in a NodeJS program
39 lines (38 loc) • 851 B
JSON
{
"author": "Maxime GRIS",
"name": "@maximegris/node-websockify",
"description": "node-websockify is a WebSocket-to-TCP proxy/bridge you can use in a NodeJS program",
"version": "1.0.7",
"license": "MIT",
"main": "websockify.js",
"bugs": {
"url": "https://github.com/maximegris/node-websockify/issues"
},
"homepage": "https://github.com/maximegris/node-websockify#readme",
"keywords": [
"webscoket",
"tcp",
"proxy"
],
"repository": {
"type": "git",
"url": "git://github.com/maximegris/node-websockify.git"
},
"dependencies": {
"mime": "2.4.4",
"ws": "7.2.1"
},
"devDependencies": {},
"scripts": {
"test": "cd test && npm install && npm start"
},
"files": [
"websockify.js"
],
"bin": {
"websockify": "./websockify.js"
},
"engines": {
"node": ">=0.8.9"
}
}