Files
youlegames/tools/server2017-64-stable/package.json

17 lines
313 B
JSON

{
"name": "game_service",
"main": "test/index.html",
"single-instance": false,
"window": {
"single-instance": false,
"debug": true,
"toolbar": true,
"width": 800,
"show": true,
"height": 800
},
"dependencies": {
"nodejs-websocket": "^1.6.0",
"socket.io": "^1.4.8"
}
}