20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "sylvainjule/code-editor",
|
|
"description": "Code editor field for Kirby 3 and 4",
|
|
"type": "kirby-plugin",
|
|
"license": "MIT",
|
|
"version": "1.0.3",
|
|
"authors": [
|
|
{
|
|
"name": "Sylvain Julé",
|
|
"email": "contact@sylvain-jule.fr"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1"
|
|
},
|
|
"extra": {
|
|
"installer-name": "code-editor"
|
|
},
|
|
"minimum-stability": "beta"
|
|
}
|