Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plugin.json « ExamplePlugin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54bece1d44eb1f44b5060775c8a009adca44997c (plain)
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
{
  "name": "ExamplePlugin",
  "description": "Matomo Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and an AngularJS component.",
  "version": "0.1.0",
  "theme": false,
  "require": {
    "piwik": ">=3.0.0-b1,<4.0.0-b1"
  },
  "authors": [
    {
      "name": "Matomo",
      "email": "",
      "homepage": ""
    }
  ],
  "support": {
	    "email": "",
	    "issues": "",
	    "forum": "",
	    "irc": "",
	    "wiki": "",
	    "source": "",
	    "docs": "",
	    "rss": ""
  },
  "homepage": "",
  "license": "GPL v3+",
  "keywords": []
}