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:
authorFabian Becker <halfdan@xnorfz.de>2013-05-02 02:07:30 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-05-02 02:07:30 +0400
commite554e7534872e5d70b0fff5a482caac59c66ae7e (patch)
tree4486b185f64b2fa943db2c08d6e42a7618b9d7fb /plugins/Widgetize
parentd36ceaea350bac2f8277fff1372fedcbab5044da (diff)
Added Widgetize plugin.json
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/piwik.plugin.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/Widgetize/piwik.plugin.json b/plugins/Widgetize/piwik.plugin.json
new file mode 100644
index 0000000000..d768a65644
--- /dev/null
+++ b/plugins/Widgetize/piwik.plugin.json
@@ -0,0 +1,17 @@
+{
+ "name": "Widgetize",
+ "description": "The plugin makes it easy to export any Piwik Widget in your Blog, Website or on Igoogle and Netvibes!",
+ "keywords": ["core"],
+ "homepage": "http://piwik.org",
+ "license": "GPL-3.0+",
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0"
+ }
+}