.all-contributorsrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "login": "lwilson",
  34. "name": "Lucas A. Wilson",
  35. "avatar_url": "https://avatars.githubusercontent.com/u/1236922?v=4",
  36. "profile": "https://github.com/lwilson",
  37. "contributions": [
  38. "code",
  39. "design",
  40. "maintenance",
  41. "ideas",
  42. "blog",
  43. "doc",
  44. "mentoring",
  45. "projectManagement",
  46. "review",
  47. "talk"
  48. ]
  49. }
  50. ],
  51. "contributorsPerLine": 7,
  52. "projectName": "omnia",
  53. "projectOwner": "dellhpc",
  54. "repoType": "github",
  55. "repoHost": "https://github.com",
  56. "skipCi": true
  57. }