.all-contributorsrc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "files": [
  3. "README.md".
  4. "badgeTemplate": "![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)"
  5. ],
  6. "imageSize": 100,
  7. "commit": false,
  8. "contributors": [
  9. {
  10. "login": "DeepikaKrishnaiah",
  11. "name": "DeepikaKrishnaiah",
  12. "avatar_url": "https://avatars.githubusercontent.com/u/73213880?v=4",
  13. "profile": "https://github.com/DeepikaKrishnaiah",
  14. "contributions": [
  15. "code"
  16. ]
  17. },
  18. {
  19. "login": "j0hnL",
  20. "name": "John Lockman",
  21. "avatar_url": "https://avatars.githubusercontent.com/u/912987?v=4",
  22. "profile": "http://johnlockman.com",
  23. "contributions": [
  24. "test",
  25. "code",
  26. "blog",
  27. "ideas",
  28. "maintenance",
  29. "mentoring",
  30. "design"
  31. ]
  32. },
  33. {
  34. "login": "lwilson",
  35. "name": "Lucas A. Wilson",
  36. "avatar_url": "https://avatars.githubusercontent.com/u/1236922?v=4",
  37. "profile": "https://github.com/lwilson",
  38. "contributions": [
  39. "code",
  40. "design",
  41. "maintenance",
  42. "ideas",
  43. "blog",
  44. "doc",
  45. "mentoring",
  46. "projectManagement",
  47. "review",
  48. "talk"
  49. ]
  50. }
  51. ],
  52. "contributorsPerLine": 7,
  53. "projectName": "omnia",
  54. "projectOwner": "dellhpc",
  55. "repoType": "github",
  56. "repoHost": "https://github.com",
  57. "skipCi": true
  58. }