composer.json 371 B

123456789101112131415161718192021
  1. {
  2. "name": "juho-jaakkola/elgg-notifier",
  3. "description": "Displays notifications in Elgg topbar.",
  4. "type": "elgg-plugin",
  5. "keywords": [
  6. "elgg",
  7. "plugin",
  8. "notifications"
  9. ],
  10. "license": "GPL-2.0",
  11. "authors": [
  12. {
  13. "name": "Juho Jaakkola",
  14. "email": "juho.a.jaakkola@gmail.com",
  15. "role": "Developer"
  16. }
  17. ],
  18. "extra": {
  19. "installer-name": "notifier"
  20. }
  21. }