UNPKG

socketry

Version:

A socket library to help with your websocket needs!

42 lines (41 loc) 829 B
{ "name": "socketry", "version": "2.0.0", "description": "A socket library to help with your websocket needs!", "main": "index.js", "scripts": { "test": "node index.js", "start": "node server.js" }, "keywords": [ "socketjs", "websocket", "socket", "io", "socket.js", "socketry", "websockets", "sharkfin", "code", "npm", "node", "http", "ws", "server" ], "repo": "https://github.com/PlayBy/Socketry", "author": "SharkFinCode", "license": "MIT", "dependencies": { "ws": "^5.1.1" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/PlayBy/Socketry.git" }, "bugs": { "url": "https://github.com/PlayBy/Socketry/issues" }, "homepage": "https://github.com/PlayBy/Socketry#readme" }