File size: 313 Bytes
8ebcee5 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"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"
}
}
|