composer.json 629 B

123456789101112131415161718192021222324
  1. {
  2. "name": "drupal/matomo",
  3. "description": "Adds Matomo javascript tracking code to all your site's pages",
  4. "type": "drupal-module",
  5. "homepage": "https://www.drupal.org/project/matomo",
  6. "authors": [
  7. {
  8. "name": "hass",
  9. "homepage": "https://www.drupal.org/u/hass"
  10. },
  11. {
  12. "name": "See other contributors",
  13. "homepage":"https://www.drupal.org/node/247808/committers"
  14. }
  15. ],
  16. "support": {
  17. "issues": "https://www.drupal.org/project/issues/matomo",
  18. "source": "https://git.drupal.org/project/matomo.git"
  19. },
  20. "license": "GPL-2.0+",
  21. "require": {
  22. "drupal/core": "~8.5"
  23. }
  24. }