added piwik contrib module

This commit is contained in:
2018-04-16 22:25:17 +02:00
parent 7e073fdfa0
commit c0fbcb7706
42 changed files with 3910 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"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": {}
}