.all-contributorsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 50,
  6. "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square&logo=github)](#contributors)",
  7. "commit": false,
  8. "contributors": [
  9. {
  10. "login": "AlexV525",
  11. "name": "Alex Li",
  12. "avatar_url": "https://avatars1.githubusercontent.com/u/15884415?v=4",
  13. "profile": "https://blog.alexv525.com",
  14. "contributions": [
  15. "code",
  16. "design",
  17. "doc",
  18. "example",
  19. "ideas",
  20. "maintenance",
  21. "question",
  22. "review"
  23. ]
  24. },
  25. {
  26. "login": "CaiJingLong",
  27. "name": "Caijinglong",
  28. "avatar_url": "https://avatars0.githubusercontent.com/u/14145407?v=4",
  29. "profile": "https://www.kikt.top",
  30. "contributions": [
  31. "example",
  32. "ideas"
  33. ]
  34. },
  35. {
  36. "login": "LaelLuo",
  37. "name": "Lael",
  38. "avatar_url": "https://avatars3.githubusercontent.com/u/26056971?v=4",
  39. "profile": "https://github.com/LaelLuo",
  40. "contributions": [
  41. "doc"
  42. ]
  43. },
  44. {
  45. "login": "mjl0602",
  46. "name": "mjl0602",
  47. "avatar_url": "https://avatars1.githubusercontent.com/u/32868496?v=4",
  48. "profile": "https://github.com/mjl0602",
  49. "contributions": [
  50. "code",
  51. "ideas"
  52. ]
  53. },
  54. {
  55. "login": "siyukok",
  56. "name": "AliasWang",
  57. "avatar_url": "https://avatars0.githubusercontent.com/u/21030561?v=4",
  58. "profile": "https://github.com/siyukok",
  59. "contributions": [
  60. "code",
  61. "ideas"
  62. ]
  63. },
  64. {
  65. "login": "leftcoding",
  66. "name": "leftcoding",
  67. "avatar_url": "https://avatars.githubusercontent.com/u/7122926?v=4",
  68. "profile": "https://github.com/leftcoding",
  69. "contributions": [
  70. "bug"
  71. ]
  72. },
  73. {
  74. "login": "TheVinhLuong",
  75. "name": "Luong The Vinh",
  76. "avatar_url": "https://avatars.githubusercontent.com/u/20371879?v=4",
  77. "profile": "https://github.com/TheVinhLuong",
  78. "contributions": [
  79. "code"
  80. ]
  81. },
  82. {
  83. "login": "luomo-pro",
  84. "name": "luomo-pro",
  85. "avatar_url": "https://avatars.githubusercontent.com/u/41097395?v=4",
  86. "profile": "https://github.com/luomo-pro",
  87. "contributions": [
  88. "a11y",
  89. "bug"
  90. ]
  91. },
  92. {
  93. "login": "ZhuBoao",
  94. "name": "LeonardoZhu",
  95. "avatar_url": "https://avatars.githubusercontent.com/u/17305573?v=4",
  96. "profile": "https://github.com/ZhuBoao",
  97. "contributions": [
  98. "code"
  99. ]
  100. },
  101. {
  102. "login": "nploi",
  103. "name": "Nguyen Phuc Loi",
  104. "avatar_url": "https://avatars.githubusercontent.com/u/34020090?v=4",
  105. "profile": "https://www.linkedin.com/in/loinp",
  106. "contributions": [
  107. "translation"
  108. ]
  109. },
  110. {
  111. "login": "AmosHuKe",
  112. "name": "Amos",
  113. "avatar_url": "https://avatars.githubusercontent.com/u/32262985?v=4",
  114. "profile": "https://amoshk.top",
  115. "contributions": [
  116. "bug"
  117. ]
  118. },
  119. {
  120. "login": "yujune",
  121. "name": "Tee Yu June",
  122. "avatar_url": "https://avatars.githubusercontent.com/u/56582497?v=4",
  123. "profile": "https://github.com/yujune",
  124. "contributions": [
  125. "code"
  126. ]
  127. }
  128. ],
  129. "contributorsPerLine": 7,
  130. "projectName": "flutter_wechat_camera_picker",
  131. "projectOwner": "fluttercandies",
  132. "repoType": "github",
  133. "repoHost": "https://github.com",
  134. "skipCi": true,
  135. "commitConvention": "angular",
  136. "commitType": "docs"
  137. }