-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
38 lines (38 loc) · 1.08 KB
/
plugin.json
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
29
30
31
32
33
34
35
36
37
38
{
"name": "Signup",
"description": "Let new users signup on your Matomo instance to track their own website.",
"version": "5.0.1",
"license": "GPL-3.0+",
"homepage": "https://github.com/alcalyn/matomo-plugin-signup",
"theme": false,
"require": {
"piwik": ">=5.0.0,<6.0.0-b1"
},
"authors": [
{
"name": "Julien Maulny",
"email": "[email protected]",
"homepage": "https:\/\/alcalyn.github.io\/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/alcalyn/matomo-plugin-signup/issues",
"source": "https://github.com/alcalyn/matomo-plugin-signup",
"docs": "https://github.com/alcalyn/matomo-plugin-signup",
"rss": "https://github.com/alcalyn/matomo-plugin-signup/releases.atom"
},
"donate": {
"paypal": "",
"flattr": "",
"bitcoin": ""
},
"keywords": [
"user",
"signup",
"login",
"authentication",
"connect",
"permission"
]
}