.all-contributorsrc 785 B

12345678910111213141516171819202122232425262728293031323334
  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. "contributorsPerLine": 7,
  29. "projectName": "hoppscotch",
  30. "projectOwner": "hoppscotch",
  31. "repoType": "github",
  32. "repoHost": "https://github.com",
  33. "skipCi": true
  34. }