30 lines
611 B
JSON
30 lines
611 B
JSON
{
|
|
"name": "nicohood/matomo",
|
|
"type": "grav-plugin",
|
|
"description": "Integrate Matomo analytics into Grav CMS",
|
|
"keywords": ["plugin"],
|
|
"homepage": "https://github.com/NicoHood/grav-plugin-matomo",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "NicoHood",
|
|
"email": "grav@nicohood.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"matomo/matomo-php-tracker": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\Matomo\\": "classes/"
|
|
},
|
|
"classmap": ["matomo.php"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|