.all-contributorsrc 750 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "projectName": "ant-design-pro-vue",
  3. "projectOwner": "sendya",
  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": "sendya",
  14. "name": "言肆",
  15. "avatar_url": "https://avatars0.githubusercontent.com/u/5404542?v=4",
  16. "profile": "https://i.loacg.com",
  17. "contributions": [
  18. "code",
  19. "doc"
  20. ]
  21. },
  22. {
  23. "login": "kokoroli",
  24. "name": "kokoroli",
  25. "avatar_url": "https://avatars0.githubusercontent.com/u/25897806?v=4",
  26. "profile": "https://github.com/kokoroli",
  27. "contributions": [
  28. "code",
  29. "doc"
  30. ]
  31. }
  32. ],
  33. "contributorsPerLine": 7
  34. }