services.js 1.3 KB

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