services.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. module.exports = [
  2. {
  3. name: 'web',
  4. repo: 'https://github.com/sharelatex/web-sharelatex.git',
  5. version: 'master',
  6. },
  7. {
  8. name: 'real-time',
  9. repo: 'https://github.com/sharelatex/real-time-sharelatex.git',
  10. version: 'master',
  11. },
  12. {
  13. name: 'document-updater',
  14. repo: 'https://github.com/sharelatex/document-updater-sharelatex.git',
  15. version: 'master',
  16. },
  17. {
  18. name: 'clsi',
  19. repo: 'https://github.com/sharelatex/clsi-sharelatex.git',
  20. version: 'master',
  21. },
  22. {
  23. name: 'filestore',
  24. repo: 'https://github.com/sharelatex/filestore-sharelatex.git',
  25. version: 'master',
  26. },
  27. {
  28. name: 'track-changes',
  29. repo: 'https://github.com/sharelatex/track-changes-sharelatex.git',
  30. version: 'master',
  31. },
  32. {
  33. name: 'docstore',
  34. repo: 'https://github.com/sharelatex/docstore-sharelatex.git',
  35. version: 'master',
  36. },
  37. {
  38. name: 'chat',
  39. repo: 'https://github.com/sharelatex/chat-sharelatex.git',
  40. version: 'master',
  41. },
  42. {
  43. name: 'spelling',
  44. repo: 'https://github.com/sharelatex/spelling-sharelatex.git',
  45. version: 'master',
  46. },
  47. {
  48. name: 'contacts',
  49. repo: 'https://github.com/sharelatex/contacts-sharelatex.git',
  50. version: 'master',
  51. },
  52. {
  53. name: 'notifications',
  54. repo: 'https://github.com/sharelatex/notifications-sharelatex.git',
  55. version: 'master',
  56. },
  57. ]