-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 820 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "GoogleTheme",
"description": "A sublime Google Analytics theme for Matomo",
"version": "5.0.12",
"theme": true,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"javascript": "javascripts/theme.js",
"homepage": "https://openmost.io/products/matomo-google-theme/",
"license": "GPL v3+",
"keywords": [
"Google Analytics", "Google", "Modern", "GA"
],
"support": {
"email": "ronan@openmost.io",
"issues": "https://github.com/openmost/GoogleTheme/issues",
"source": "https://github.com/openmost/GoogleTheme"
},
"authors": [
{
"name": "Openmost",
"email": "ronan@openmost.io",
"homepage": "https:\/\/openmost.io"
}
]
}