muweb-socket
Version:
WebSocket communication for mudb
27 lines (26 loc) • 482 B
JSON
{
"name": "muweb-socket",
"version": "0.2.8",
"description": "WebSocket communication for mudb",
"scripts": {
"test": "node bin/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/mudb.git"
},
"keywords": [
"mudb",
"real-time",
"multiplayer",
"game",
"network",
"websocket"
],
"author": "Mikola Lysenko",
"license": "MIT",
"dependencies": {
"mudb": "0.2.8",
"uws": "10.148.0"
}
}