2025-02-18 10:16:52 +01:00
|
|
|
{
|
2025-11-20 17:31:26 +01:00
|
|
|
"name": "sylvainjule/code-editor",
|
|
|
|
|
"description": "Code editor field for Kirby 3, 4 and 5",
|
|
|
|
|
"type": "kirby-plugin",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sylvain Julé",
|
|
|
|
|
"email": "contact@sylvain-jule.fr"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"getkirby/composer-installer": "^1.2"
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"installer-name": "code-editor"
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "beta"
|
2025-02-18 10:16:52 +01:00
|
|
|
}
|