Files
le-matelot/local/modules/GoogleUniversalAnalytics/composer.json
2020-01-27 08:56:08 +01:00

18 lines
448 B
JSON

{
"name": "thelia/google-universal-analytics",
"type": "thelia-module",
"description": "Google Universal Analytics integration for ecommerce tracking ",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Manuel Raynaud",
"email": "manu@thelia.net"
}
],
"require": {
"thelia/installer": "~1.0"
},
"extra": {
"installer-name": "GoogleUniversalAnalytics"
}
}