react-native-webview.git

.all-contributorsrc 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "contributorsPerLine": 7
  79. }