.all-contributorsrc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "contributors": [
  8. {
  9. "login": "Scarsz",
  10. "name": "Austin Shapiro",
  11. "avatar_url": "https://avatars1.githubusercontent.com/u/7691988?v=4",
  12. "profile": "https://scarsz.me",
  13. "contributions": [
  14. "bug",
  15. "code"
  16. ]
  17. },
  18. {
  19. "login": "marvinlehmann",
  20. "name": "Marvin Lehmann",
  21. "avatar_url": "https://avatars2.githubusercontent.com/u/4151266?v=4",
  22. "profile": "https://github.com/marvinlehmann",
  23. "contributions": [
  24. "bug",
  25. "code"
  26. ]
  27. },
  28. {
  29. "login": "Bourne-ID",
  30. "name": "Bourne-ID",
  31. "avatar_url": "https://avatars1.githubusercontent.com/u/7073616?v=4",
  32. "profile": "https://github.com/Bourne-ID",
  33. "contributions": [
  34. "bug",
  35. "code",
  36. "ideas",
  37. "question",
  38. "review"
  39. ]
  40. },
  41. {
  42. "login": "cedarlug",
  43. "name": "CedarLUG",
  44. "avatar_url": "https://avatars2.githubusercontent.com/u/19336442?v=4",
  45. "profile": "http://cedarlug.org",
  46. "contributions": [
  47. "bug",
  48. "code",
  49. "ideas",
  50. "question",
  51. "review"
  52. ]
  53. },
  54. {
  55. "login": "UltimateByte",
  56. "name": "UltimateByte",
  57. "avatar_url": "https://avatars3.githubusercontent.com/u/8805941?v=4",
  58. "profile": "https://www.terageek.org | https://www.haisoft.fr",
  59. "contributions": [
  60. "bug",
  61. "code",
  62. "doc",
  63. "ideas",
  64. "review",
  65. "question"
  66. ]
  67. }
  68. ],
  69. "contributorsPerLine": 7,
  70. "projectName": "LinuxGSM",
  71. "projectOwner": "GameServerManagers",
  72. "repoType": "github",
  73. "repoHost": "https://github.com"
  74. }