Geen omschrijving

.all-contributorsrc 946B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "maintenance",
  22. "test",
  23. "doc",
  24. "infra"
  25. ]
  26. },
  27. {
  28. "login": "jamonholmgren",
  29. "name": "Jamon Holmgren",
  30. "avatar_url": "https://avatars3.githubusercontent.com/u/1479215?v=4",
  31. "profile": "https://jamonholmgren.com",
  32. "contributions": [
  33. "code",
  34. "review",
  35. "doc",
  36. "example",
  37. "question"
  38. ]
  39. }
  40. ],
  41. "contributorsPerLine": 7
  42. }