Files
2026-02-01 13:40:05 +01:00

35 lines
707 B
JSON

{
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com>",
"name": "wss",
"description": "Wrapper made upon the well known ws module that provides server API only.",
"version": "0.0.2",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSocketServer",
"real-time"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/ivoputzer/wss.git"
},
"scripts": {
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"ws": "*"
},
"devDependencies": {
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/wss/issues"
},
"homepage": "https://github.com/ivoputzer/wss"
}