.all-contributorsrc 869 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "contributors": [
  8. {
  9. "login": "DeepikaKrishnaiah",
  10. "name": "DeepikaKrishnaiah",
  11. "avatar_url": "https://avatars.githubusercontent.com/u/73213880?v=4",
  12. "profile": "https://github.com/DeepikaKrishnaiah",
  13. "contributions": [
  14. "code"
  15. ]
  16. },
  17. {
  18. "login": "j0hnL",
  19. "name": "John Lockman",
  20. "avatar_url": "https://avatars.githubusercontent.com/u/912987?v=4",
  21. "profile": "http://johnlockman.com",
  22. "contributions": [
  23. "test",
  24. "code",
  25. "blog",
  26. "ideas",
  27. "maintenance",
  28. "mentoring",
  29. "design"
  30. ]
  31. }
  32. ],
  33. "contributorsPerLine": 7,
  34. "projectName": "omnia",
  35. "projectOwner": "dellhpc",
  36. "repoType": "github",
  37. "repoHost": "https://github.com",
  38. "skipCi": true
  39. }