composer.json 623 B

123456789101112131415161718192021222324
  1. {
  2. "name": "drupal/piwik",
  3. "description": "Adds Piwik javascript tracking code to all your site's pages",
  4. "type": "drupal-module",
  5. "homepage": "https://www.drupal.org/project/piwik",
  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/piwik",
  18. "source": "http://git.drupal.org/project/piwik.git"
  19. },
  20. "license": "GPL-2.0+",
  21. "require": {
  22. "drupal/matomo": "^1.0"
  23. }
  24. }