mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
26 lines
633 B
JSON
26 lines
633 B
JSON
{
|
|
"name": "roundcube/identicon",
|
|
"type": "roundcube-plugin",
|
|
"description": "Displays Github-like identicons for contacts/addresses without photo specified.",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "0.1",
|
|
"authors": [
|
|
{
|
|
"name": "Aleksander Machniak",
|
|
"email": "alec@alec.pl",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://plugins.roundcube.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"php-gd": "*",
|
|
"roundcube/plugin-installer": ">=0.1.3"
|
|
}
|
|
}
|