{ "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 (https://www.worlize.com/)", "contributors": [ "IƱaki Baz Castillo (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" }