123456789101112131415161718192021222324 |
- {
- "name": "drupal/piwik",
- "description": "Adds Piwik javascript tracking code to all your site's pages",
- "type": "drupal-module",
- "homepage": "https://www.drupal.org/project/piwik",
- "authors": [
- {
- "name": "hass",
- "homepage": "https://www.drupal.org/u/hass"
- },
- {
- "name": "See other contributors",
- "homepage":"https://www.drupal.org/node/247808/committers"
- }
- ],
- "support": {
- "issues": "https://www.drupal.org/project/issues/piwik",
- "source": "http://git.drupal.org/project/piwik.git"
- },
- "license": "GPL-2.0+",
- "require": {
- "drupal/matomo": "^1.0"
- }
- }
|