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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
commit97c1cc7f27aea43b3785ab6335e48bf41ae043b7 (patch)
treedf04f81aec4afe02a7e635c33842a0d4c5249dda /plugins/ExamplePlugin/plugin.json
parent2aed127e94ae5525c944f8455db469774e713195 (diff)
Making the formatting of template files consistent with Piwik's styleguide and PSR-2
Diffstat (limited to 'plugins/ExamplePlugin/plugin.json')
-rw-r--r--plugins/ExamplePlugin/plugin.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index c152b6c269..9f8e7a09bf 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -1,16 +1,16 @@
{
- "name": "ExamplePlugin",
- "version": "0.1.0",
- "description": "Piwik Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and a AngularJS component.",
- "theme": false,
- "require": {
+ "name": "ExamplePlugin",
+ "version": "0.1.0",
+ "description": "Piwik Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and a AngularJS component.",
+ "theme": false,
+ "require": {
"piwik": ">=PIWIK_VERSION"
- },
- "authors": [
- {
- "name": "Piwik",
- "email": "",
- "homepage": ""
- }
- ]
+ },
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "",
+ "homepage": ""
+ }
+ ]
} \ No newline at end of file