Mercurial > hg > rc1
comparison plugins/contextmenu/composer.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 { | |
| 2 "name": "johndoh/contextmenu", | |
| 3 "description": "Adds context menus with common tasks to various parts of Roundcube", | |
| 4 "keywords": ["context","menu","right-click"], | |
| 5 "homepage": "http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/", | |
| 6 "license": "GPL-3.0", | |
| 7 "type": "roundcube-plugin", | |
| 8 "version": "2.3", | |
| 9 "authors": [ | |
| 10 { | |
| 11 "name": "Philip Weir", | |
| 12 "email": "roundcube@tehinterweb.co.uk", | |
| 13 "role": "Developer" | |
| 14 } | |
| 15 ], | |
| 16 "repositories": [ | |
| 17 { | |
| 18 "type": "composer", | |
| 19 "url": "http://plugins.roundcube.net" | |
| 20 } | |
| 21 ], | |
| 22 "require": { | |
| 23 "php": ">=5.2.1", | |
| 24 "roundcube/plugin-installer": ">=0.1.2" | |
| 25 }, | |
| 26 "extra": { | |
| 27 "roundcube": { | |
| 28 "min-version": "1.3" | |
| 29 } | |
| 30 } | |
| 31 } |
