Files
UnrealEngineUWP/Samples/PixelStreaming/WebServers/Matchmaker/package.json
Nick Pace 1ee7451a28 Add sample files for Pixel Streaming Matchmaker and Signalling Web Server
#JIRA UCS-1831
#rb luke.bermingham
#fyi aidan.possemiers, marco.anastasi

[CL 17919803 by Nick Pace in ue5-main branch]
2021-10-25 23:29:38 -04:00

12 lines
302 B
JSON

{
"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": {
"cors": "^2.8.5",
"express": "^4.16.2",
"socket.io": "^2.0.4",
"yargs": "^10.1.1"
}
}