Files
edlp_d8/sites/all/modules/contrib/admin/matomo/composer.json
T
2019-02-27 10:39:59 +01:00

25 lines
629 B
JSON

{
"name": "drupal/matomo",
"description": "Adds Matomo javascript tracking code to all your site's pages",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/matomo",
"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/matomo",
"source": "https://git.drupal.org/project/matomo.git"
},
"license": "GPL-2.0+",
"require": {
"drupal/core": "~8.5"
}
}