From e554e7534872e5d70b0fff5a482caac59c66ae7e Mon Sep 17 00:00:00 2001
From: Fabian Becker <halfdan@xnorfz.de>
Date: Thu, 2 May 2013 00:07:30 +0200
Subject: [PATCH] Added Widgetize plugin.json

---
 plugins/Widgetize/piwik.plugin.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 plugins/Widgetize/piwik.plugin.json

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"
+    }
+}
-- 
GitLab