You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail-swipe/composer.json

25 lines
568 B
JSON

{
"name": "johndoh/swipe",
"description": "Adds swipe actions to the message list of Roundcube",
"keywords": ["swipe","gesture"],
"homepage": "https://github.com/johndoh/roundcube-swipe/",
"license": "GPL-3.0",
"type": "roundcube-plugin",
"version": "0.3-git",
"authors": [
{
"name": "Philip Weir",
"email": "roundcube@tehinterweb.co.uk",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.1",
"roundcube/plugin-installer": ">=0.1.2"
},
"extra": {
"roundcube": {
"min-version": "1.4-git"
}
}
}