contribute.json 437 B

1234567891011121314151617
  1. {
  2. "name": "Riot",
  3. "description": "A glossy Matrix collaboration client for the web.",
  4. "repository": {
  5. "url": "https://github.com/vector-im/riot-web",
  6. "license": "Apache License 2.0"
  7. },
  8. "bugs": {
  9. "list": "https://github.com/vector-im/riot-web/issues",
  10. "report": "https://github.com/vector-im/riot-web/issues/new/choose"
  11. },
  12. "keywords": [
  13. "chat",
  14. "riot",
  15. "matrix"
  16. ]
  17. }