package.json 300 B

123456789101112
  1. {
  2. "name": "cirrus-matchmaker",
  3. "version": "0.0.1",
  4. "description": "Cirrus servers connect to the Matchmaker which redirects a browser to the next available Cirrus server",
  5. "dependencies": {
  6. "cors": "^2.8.5",
  7. "express": "^4.16.2",
  8. "socket.io": "4.4.1",
  9. "yargs": "17.3.1"
  10. }
  11. }