composer.json for https://plugins.roundcube.net/
[roundcube-nextcloud_sql_addressbook.git] / composer.json
1 {
2     "name": "cweiske/nextcloud_sql_addressbook",
3     "description": "Roundcube plugin that allows access to NextCloud address books.",
4     "type": "roundcube-plugin",
5     "license": "AGPL-3.0+",
6     "repositories": [
7         {
8             "type": "composer",
9             "url": "https://plugins.roundcube.net"
10         }
11     ],
12     "require": {
13         "roundcube/plugin-installer": ">=0.1.6"
14     }
15 }