.all-contributorsrc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "contributors": [
  8. {
  9. "login": "liyasthomas",
  10. "name": "Liyas Thomas",
  11. "avatar_url": "https://avatars1.githubusercontent.com/u/10395817?v=4",
  12. "profile": "https://liyasthomas.web.app",
  13. "contributions": [
  14. "code",
  15. "design"
  16. ]
  17. },
  18. {
  19. "login": "AndrewBastin",
  20. "name": "Andrew Bastin",
  21. "avatar_url": "https://avatars2.githubusercontent.com/u/9131943?v=4",
  22. "profile": "https://github.com/AndrewBastin",
  23. "contributions": [
  24. "code"
  25. ]
  26. },
  27. {
  28. "login": "NBTX",
  29. "name": "John Harker",
  30. "avatar_url": "https://avatars3.githubusercontent.com/u/43181178?v=4",
  31. "profile": "https://github.com/NBTX",
  32. "contributions": [
  33. "code"
  34. ]
  35. },
  36. {
  37. "login": "jamesgeorge007",
  38. "name": "James George",
  39. "avatar_url": "https://avatars2.githubusercontent.com/u/25279263?v=4",
  40. "profile": "https://ghuser.io/jamesgeorge007",
  41. "contributions": [
  42. "code"
  43. ]
  44. }
  45. ],
  46. "contributorsPerLine": 7,
  47. "projectName": "hoppscotch",
  48. "projectOwner": "hoppscotch",
  49. "repoType": "github",
  50. "repoHost": "https://github.com",
  51. "skipCi": true
  52. }