{ "name": "blackout_server", "version": "0.0.0", "description": "Blackout websocket server", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.mhack.io/git/mark/BlackoutServerNode.git" }, "author": "", "license": "ISC", "dependencies": { "ws": "^7.2.1" } }