Files
xOld_appRoboticsDriver/node_modules/wss/package.json
2025-12-27 20:24:47 +01:00

46 lines
1.1 KiB
JSON

{
"name": "wss",
"version": "3.3.4",
"description": "wrapper built upon ws module that provides standard server api only.",
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)",
"homepage": "https://github.com/ivoputzer/wss#readme",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSocketServer",
"real-time"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/ivoputzer/wss.git"
},
"scripts": {
"version": "echo $npm_package_version",
"test": "m.test",
"pretest": "standard",
"coverage": "node --require ./node_modules/m.test/global.js ./node_modules/istanbul/lib/cli.js cover --print detail test/.istanbul.js"
},
"optionalDependencies": {
"istanbul": "^0.4.5"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"ws": "^2.3.1"
},
"devDependencies": {
"standard": "^8.6.0",
"m.test": "0.0.57",
"pem": "^1.9.4"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/wss/issues"
}
}