.all-contributorsrc 605 B

12345678910111213141516171819202122232425262728
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "commitConvention": "angular",
  8. "contributors": [
  9. {
  10. "login": "mih",
  11. "name": "Michael Hanke",
  12. "avatar_url": "https://avatars.githubusercontent.com/u/136479?v=4",
  13. "profile": "http://psychoinformatics.de",
  14. "contributions": [
  15. "code",
  16. "ideas",
  17. "projectManagement",
  18. "mentoring"
  19. ]
  20. }
  21. ],
  22. "contributorsPerLine": 7,
  23. "skipCi": true,
  24. "repoType": "github",
  25. "repoHost": "https://github.com",
  26. "projectName": "datalad-gooey",
  27. "projectOwner": "datalad"
  28. }