contribute.json 725 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "firefox-send",
  3. "description": "File Sharing Experiment",
  4. "repository": {
  5. "url": "https://github.com/mozilla/send/",
  6. "license": "MPL-2.0"
  7. },
  8. "participate": {
  9. "home": "https://github.com/mozilla/send/blob/master/README.md",
  10. "docs": "https://github.com/mozilla/send/blob/master/README.md"
  11. },
  12. "bugs": {
  13. "list": "https://github.com/mozilla/send/issues",
  14. "report": "https://github.com/mozilla/send/issues/new"
  15. },
  16. "urls": {
  17. "prod": "https://send.firefox.com/",
  18. "stage": "https://stage.send.nonprod.cloudops.mozgcp.net/",
  19. "dev": "https://send2.dev.lcip.org/"
  20. },
  21. "keywords": [
  22. "JavaScript",
  23. "jQuery",
  24. "Node",
  25. "Redis"
  26. ]
  27. }