theming/plugin.json
2020-01-20 11:20:14 +01:00

27 lines
No EOL
836 B
JSON

{
"name": "Google Analytics Theme",
"description": "A sublime Google Analytics theme for Matomo",
"version": "0.1.3",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "https://lazuli.agency",
"license": "GPL v3+",
"keywords": ["Google Analytics", "Google", "Analytics", "Universal Analytics", "modern"],
"support": {
"email": "contact@ronan-hello.fr",
"issues": "https://lazuli.agency",
"forum": "https://lazuli.agency",
"source": "https://lazuli.agency"
},
"authors": [
{
"name": "Ronan HELLO",
"email": "contact@ronan-hello.fr",
"homepage": "https://ronan-hello.fr"
}
]
}