Skip to content

Commit

Permalink
JSONified plugin description for plugin marketplace.
Browse files Browse the repository at this point in the history
  • Loading branch information
halfdan committed Mar 16, 2013
1 parent 68e5ee6 commit ff8a87d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugin.json
@@ -0,0 +1,20 @@
{
"name": "FeedAnnotation",
"description": "Plugin to automatically create Annotations by polling a feed (Atom/RSS)",
"version": "0.1.0",
"keywords": ["rss", "atom", "annotation", "feed"],
"homepage": "http://github.com/halfdan/piwik-feedannotation-plugin",
"license": "GPL-3.0+",
"authors": [
{
"name": "Fabian Becker",
"email": "halfdan@xnorfz.de",
"homepage": "http://geekproject.eu"
}
],
"require": {
"piwik": ">=1.10.0",
"php": ">=5.3.0"
},
"translationAvailable": true
}

0 comments on commit ff8a87d

Please sign in to comment.