Ei kuvausta

.all-contributorsrc 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "projectName": "react-native-webview",
  3. "projectOwner": "react-native-community",
  4. "repoType": "github",
  5. "repoHost": "https://github.com",
  6. "files": [
  7. "README.md"
  8. ],
  9. "imageSize": 100,
  10. "commit": false,
  11. "contributors": [
  12. {
  13. "login": "titozzz",
  14. "name": "Thibault Malbranche",
  15. "avatar_url": "https://avatars1.githubusercontent.com/u/6181446?v=4",
  16. "profile": "https://twitter.com/titozzz",
  17. "contributions": [
  18. "code",
  19. "ideas",
  20. "review",
  21. "doc",
  22. "maintenance",
  23. "test",
  24. "infra",
  25. "question"
  26. ]
  27. },
  28. {
  29. "login": "jamonholmgren",
  30. "name": "Jamon Holmgren",
  31. "avatar_url": "https://avatars3.githubusercontent.com/u/1479215?v=4",
  32. "profile": "https://jamonholmgren.com",
  33. "contributions": [
  34. "code",
  35. "ideas",
  36. "review",
  37. "doc",
  38. "maintenance",
  39. "test",
  40. "example",
  41. "question"
  42. ]
  43. },
  44. {
  45. "login": "andreipfeiffer",
  46. "name": "Andrei Pfeiffer",
  47. "avatar_url": "https://avatars1.githubusercontent.com/u/2570562?v=4",
  48. "profile": "https://github.com/andreipfeiffer",
  49. "contributions": [
  50. "code",
  51. "review",
  52. "ideas"
  53. ]
  54. },
  55. {
  56. "login": "Salakar",
  57. "name": "Michael Diarmid",
  58. "avatar_url": "https://avatars0.githubusercontent.com/u/5347038?v=4",
  59. "profile": "https://twitter.com/mikediarmid",
  60. "contributions": [
  61. "code",
  62. "review",
  63. "ideas",
  64. "tool"
  65. ]
  66. },
  67. {
  68. "login": "smathson",
  69. "name": "Scott Mathson",
  70. "avatar_url": "https://avatars3.githubusercontent.com/u/932981?v=4",
  71. "profile": "http://smathson.github.io",
  72. "contributions": [
  73. "code",
  74. "doc"
  75. ]
  76. },
  77. {
  78. "login": "YangXiaomei",
  79. "name": "Margaret",
  80. "avatar_url": "https://avatars0.githubusercontent.com/u/8221990?v=4",
  81. "profile": "https://github.com/YangXiaomei",
  82. "contributions": [
  83. "code",
  84. "doc"
  85. ]
  86. }
  87. ],
  88. "contributorsPerLine": 7
  89. }