theming/plugin.json
2020-01-17 17:25:07 +01:00

31 lines
No EOL
702 B
JSON

{
"name": "Google Analytics Theme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1"
},
"stylesheet": "stylesheets\/theme.less",
"javascript": "javascripts\/theme.js",
"homepage": "",
"license": "GPL v3+",
"keywords": [],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"source": "",
"docs": "",
"wiki": "",
"rss": ""
},
"authors": [
{
"name": "",
"email": "",
"homepage": ""
}
]
}