Skip to content

Commit

Permalink
add composer.json for rc plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stremlau committed Dec 3, 2013
1 parent f11258d commit d67e6a0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
@@ -0,0 +1,31 @@
{
"name": "kitist/html5_notifier",
"type": "roundcube-plugin",
"description": "Desktop Notifications for Roundcube",
"keywords": ["notification","desktop","mail"],
"homepage": "https://github.com/kitist/html5_notifier",
"license": "GPL-3.0+",
"authors": [
{
"name": "Tilman Stremlau",
"email": "tilman@stremlau.net",
"homepage": "http://stremlau.net",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
},
"extra": {
"roundcube": {
"min-version": "0.8.0"
}
}
}

0 comments on commit d67e6a0

Please sign in to comment.