Add composer.json file for proper description of the kolab_notes plugin
This commit is contained in:
parent
84177d8972
commit
3afbd3eb58
1 changed files with 26 additions and 0 deletions
26
plugins/kolab_notes/composer.json
Normal file
26
plugins/kolab_notes/composer.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "kolab/kolab_notes",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "Notes module for Roundcube connecting to a Kolab server for storage",
|
||||
"homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
|
||||
"license": "AGPLv3",
|
||||
"version": "1.1.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "bruederli@kolabsys.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3",
|
||||
"kolab/libkolab": "1.1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue