Mercurial > hg > rc1
view plugins/help/composer.json @ 29:ea061c743982
localise title and label exactly once each :-)
author | Charlie Root |
---|---|
date | Sun, 28 Jan 2018 13:44:10 -0500 |
parents | 1e000243b222 |
children |
line wrap: on
line source
{ "name": "roundcube/help", "type": "roundcube-plugin", "description": "Plugin adds a new item (Help) in taskbar.", "license": "GPLv3+", "version": "1.4", "authors": [ { "name": "Aleksander Machniak", "email": "alec@alec.pl", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } }