Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

composer.json 793B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "kitist/html5_notifier",
  3. "type": "roundcube-plugin",
  4. "description": "Desktop Notifications for Roundcube",
  5. "keywords": ["notification","desktop","mail"],
  6. "homepage": "https://github.com/kitist/html5_notifier",
  7. "license": "GPL-3.0+",
  8. "authors": [
  9. {
  10. "name": "Tilman Stremlau",
  11. "email": "tilman@stremlau.net",
  12. "homepage": "http://stremlau.net",
  13. "role": "Developer"
  14. }
  15. ],
  16. "repositories": [
  17. {
  18. "type": "composer",
  19. "url": "http://plugins.roundcube.net"
  20. }
  21. ],
  22. "require": {
  23. "php": ">=5.3.0",
  24. "roundcube/plugin-installer": ">=0.1.3"
  25. },
  26. "extra": {
  27. "roundcube": {
  28. "min-version": "0.8.0"
  29. }
  30. }
  31. }