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

31 lines
672 B
JSON

7 years ago
{
"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.1-git",
"authors": [
{
"name": "Philip Weir",
"email": "roundcube@tehinterweb.co.uk",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.2.1",
"roundcube/plugin-installer": ">=0.1.2"
},
"extra": {
"roundcube": {
"min-version": "1.4"
}
}
}