.all-contributorsrc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "badgeTemplate": "<!-- DO NOT ADD A BADGE -->",
  8. "contributors": [
  9. {
  10. "login": "j0hnL",
  11. "name": "John Lockman",
  12. "avatar_url": "https://avatars.githubusercontent.com/u/912987?v=4",
  13. "profile": "http://johnlockman.com",
  14. "contributions": [
  15. "test",
  16. "code",
  17. "blog",
  18. "ideas",
  19. "maintenance",
  20. "mentoring",
  21. "design"
  22. ]
  23. },
  24. {
  25. "login": "lwilson",
  26. "name": "Lucas A. Wilson",
  27. "avatar_url": "https://avatars.githubusercontent.com/u/1236922?v=4",
  28. "profile": "https://github.com/lwilson",
  29. "contributions": [
  30. "code",
  31. "design",
  32. "maintenance",
  33. "ideas",
  34. "blog",
  35. "doc",
  36. "mentoring",
  37. "projectManagement",
  38. "review",
  39. "talk"
  40. ]
  41. },
  42. {
  43. "login": "DeepikaKrishnaiah",
  44. "name": "DeepikaKrishnaiah",
  45. "avatar_url": "https://avatars.githubusercontent.com/u/73213880?v=4",
  46. "profile": "https://github.com/DeepikaKrishnaiah",
  47. "contributions": [
  48. "code"
  49. ]
  50. },
  51. {
  52. "login": "sujit-jadhav",
  53. "name": "sujit-jadhav",
  54. "avatar_url": "https://avatars.githubusercontent.com/u/73123831?v=4",
  55. "profile": "https://github.com/sujit-jadhav",
  56. "contributions": [
  57. "ideas"
  58. ]
  59. },
  60. {
  61. "login": "araji",
  62. "name": "araji",
  63. "avatar_url": "https://avatars.githubusercontent.com/u/216020?v=4",
  64. "profile": "https://github.com/araji",
  65. "contributions": [
  66. "code"
  67. ]
  68. },
  69. {
  70. "login": "leereyno-asu",
  71. "name": "Lee Reynolds",
  72. "avatar_url": "https://avatars.githubusercontent.com/u/81774548?v=4",
  73. "profile": "https://github.com/leereyno-asu",
  74. "contributions": [
  75. "code",
  76. "doc",
  77. "tutorial"
  78. ]
  79. }
  80. ],
  81. "contributorsPerLine": 7,
  82. "projectName": "omnia",
  83. "projectOwner": "dellhpc",
  84. "repoType": "github",
  85. "repoHost": "https://github.com",
  86. "skipCi": true
  87. }