Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/Matchmaker/package.json

11 lines
280 B
JSON
Raw Normal View History

{
"name": "cirrus-matchmaker",
"version": "0.0.1",
"description": "Cirrus servers connect to the Matchmaker which redirects a browser to the next available Cirrus server",
"dependencies": {
"express": "^4.16.2",
"socket.io": "^2.0.4",
"yargs": "^10.1.1"
}
}