.all-contributorsrc 716 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "projectName": "uform",
  3. "projectOwner": "alibaba",
  4. "repoType": "github",
  5. "repoHost": "https://github.com",
  6. "files": [
  7. "README.md"
  8. ],
  9. "imageSize": 100,
  10. "commit": false,
  11. "contributors": [
  12. {
  13. "login": "janryWang",
  14. "name": "Janry",
  15. "avatar_url": "https://avatars0.githubusercontent.com/u/4060976?v=4",
  16. "profile": "https://github.com/janryWang",
  17. "contributions": [
  18. "design"
  19. ]
  20. },
  21. {
  22. "login": "cnt1992",
  23. "name": "SkyCai",
  24. "avatar_url": "https://avatars1.githubusercontent.com/u/3118988?v=4",
  25. "profile": "http://cnt1992.github.io",
  26. "contributions": [
  27. "design"
  28. ]
  29. }
  30. ],
  31. "contributorsPerLine": 7
  32. }