contribute.json 521 B

12345678910111213141516171819202122
  1. {
  2. "name": "firefox-send",
  3. "description": "File Sharing Experiment",
  4. "repository": {
  5. "url": "https://github.com/send/send/",
  6. "license": "MPL-2.0"
  7. },
  8. "participate": {
  9. "home": "https://github.com/send/send/blob/master/README.md",
  10. "docs": "https://github.com/send/send/blob/master/README.md"
  11. },
  12. "bugs": {
  13. "list": "https://gitlab.com/send/send/issues",
  14. "report": "https://gitlab.com/send/send/issues/new"
  15. },
  16. "keywords": [
  17. "JavaScript",
  18. "jQuery",
  19. "Node",
  20. "Redis"
  21. ]
  22. }