-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 822 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mak/image_paster",
"replace": {"mat_krauser/image_paster": "self.version"},
"type": "roundcube-plugin",
"description": "Paste Images from Clipboard directly into new eMails",
"keywords": ["clipboard", "image", "mail"],
"homepage": "https://github.com/mkrauser/roundcube_image_paster",
"license": "GPL-3.0+",
"authors": [
{
"name": "Matthias Krauser",
"email": "matthias@krauser.eu",
"homepage": "https://github.com/mkrauser"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.3"
},
"extra": {
"roundcube": {
"min-version": "0.9.0"
}
}
}