Files
JiboSDK/node_modules/websocket/package.json
2026-03-22 03:21:45 +02:00

58 lines
1.3 KiB
JSON

{
"name": "websocket",
"description": "Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.",
"keywords": [
"websocket",
"websockets",
"socket",
"networking",
"comet",
"push",
"RFC-6455",
"realtime",
"server",
"client"
],
"author": "Brian McKelvey <brian@worlize.com> (https://www.worlize.com/)",
"contributors": [
"Iñaki Baz Castillo <ibc@aliax.net> (http://dev.sipdoc.net)"
],
"version": "1.0.22",
"repository": {
"type": "git",
"url": "https://github.com/theturtle32/WebSocket-Node.git"
},
"homepage": "https://github.com/theturtle32/WebSocket-Node",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"debug": "~2.2.0",
"nan": "~2.0.5",
"typedarray-to-buffer": "~3.0.3",
"yaeti": "~0.0.4"
},
"devDependencies": {
"buffer-equal": "^0.0.1",
"faucet": "^0.0.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-jshint": "^1.11.2",
"jshint-stylish": "^1.0.2",
"tape": "^4.0.1"
},
"config": {
"verbose": false
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "faucet test/unit",
"gulp": "gulp"
},
"main": "index",
"directories": {
"lib": "./lib"
},
"browser": "lib/browser.js",
"license": "Apache-2.0"
}