blob: 9759d135903ff7d91fe48b73aae810b9412d1f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "roundcube/markdown_editor",
"type": "roundcube-plugin",
"description": "An editor to compose emails in Markdown syntax, which gets converted into HTML before sending.",
"license": "GPL-3.0-or-later",
"version": "0.1",
"authors": [
{
"name": "Pablo Zimdahl",
"homepage": "https://github.com/pabzm"
}
],
"require": {
"php": ">=8.1.0",
"roundcube/plugin-installer": "~0.3.5"
},
"autoload": {
"classmap": [
"markdown_editor.php"
]
}
}
|