{ "name": "echo", "version": "1.0.0", "description": "Compare different WebSocket modules echoing big and small buffers", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Luigi Pinca", "license": "ISC", "main": "index.js", "dependencies": { "bufferutil": "^1.2.1", "faye-websocket": "^0.11.0", "permessage-deflate": "^0.1.5", "pretty-bytes": "^3.0.1", "utf-8-validate": "^1.2.1", "uws": "^0.3.0", "ws": "^1.0.1" } }