{ "name": "ws-playground", "version": "1.0.0", "description": "tiny client-server websocket hack", "main": "server/server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server/server.js" }, "repository": { "type": "git", "url": "\u0016–http://code.negative9.net/geoff/ws-playground" }, "keywords": [ "websockets" ], "author": "Geoff Doty", "license": "ISC", "dependencies": { "ws": "^7.2.1" } }