.all-contributorsrc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "badgeTemplate": "",
  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. "contributorsPerLine": 7,
  53. "projectName": "omnia",
  54. "projectOwner": "dellhpc",
  55. "repoType": "github",
  56. "repoHost": "https://github.com",
  57. "skipCi": true
  58. }