view plugins/attachment_reminder/composer.json @ 24:4869fae20b88

do better at flag deletion, unthreaded dates sort working, preparing for threaded
author Charlie Root
date Wed, 17 Jan 2018 17:40:51 -0500
parents 1e000243b222
children
line wrap: on
line source

{
    "name": "roundcube/attachment_reminder",
    "type": "roundcube-plugin",
    "description": "This Roundcube plugin reminds the user to attach a file if the composed message text indicates that there should be any.",
    "license": "GPLv3+",
    "version": "1.1",
    "authors": [
        {
            "name": "Aleksander Machniak",
            "email": "alec@alec.pl",
            "role": "Lead"
        },
        {
            "name": "Thomas Yu - Sian, Liu",
            "email": "",
            "role": "Lead"
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "http://plugins.roundcube.net"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "roundcube/plugin-installer": ">=0.1.3"
    }
}