gogs.json 557 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "comment": "Self hostable Git Service Software.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Git Service"
  7. ],
  8. "interface": [],
  9. "issues": [],
  10. "languages": [],
  11. "licenses": [
  12. "MIT"
  13. ],
  14. "links": {
  15. "git": "https://github.com/gogs/gogs",
  16. "icon": "https://gogs.io/img/hero.png",
  17. "website": "https://gogs.io/"
  18. },
  19. "names": [
  20. "Gogs"
  21. ],
  22. "networks_read": [
  23. "git"
  24. ],
  25. "networks_write": [
  26. "git"
  27. ],
  28. "platforms": []
  29. }