.all-contributorsrc 490 B

1234567891011121314151617181920212223
  1. {
  2. "files": [
  3. "README.md"
  4. ],
  5. "imageSize": 100,
  6. "commit": false,
  7. "contributors": [
  8. {
  9. "login": "spficklin",
  10. "name": "Stephen Ficklin",
  11. "avatar_url": "https://avatars0.githubusercontent.com/u/1719352?v=4",
  12. "profile": "https://github.com/spficklin",
  13. "contributions": [
  14. "code"
  15. ]
  16. }
  17. ],
  18. "contributorsPerLine": 7,
  19. "projectName": "tripal",
  20. "projectOwner": "tripal",
  21. "repoType": "github",
  22. "repoHost": "https://github.com"
  23. }