You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.5 KiB
54 lines
1.5 KiB
{
|
|
"name": "seacms/pico-content-editor",
|
|
"type": "pico-plugin",
|
|
"description": "A WYSIWYG content editor plugin for SeaCMS",
|
|
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-content-editor", "editor"],
|
|
"homepage": "https://git.defis.info/SeaCMS/pico-content-editor",
|
|
"license": "EUPL-1.2",
|
|
"readme": "README.md",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Liautaud",
|
|
"homepage": "https://github.com/nliautaud",
|
|
"role": "Lead Developer for fork"
|
|
},
|
|
{
|
|
"name": "Jérémy Dufraisse",
|
|
"homepage": "https://github.com/J9rem",
|
|
"role": "SeaCMS developer"
|
|
},
|
|
{
|
|
"name": "Thatoo",
|
|
"homepage": "https://github.com/Thatoo",
|
|
"role": "SeaCMS developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"docs": "https://git.defis.info/SeaCMS/pico-content-editor/src/branch/master/README.md",
|
|
"issues": "https://git.defis.info/SeaCMS/pico-content-editor/issues",
|
|
"source": "https://git.defis.info/SeaCMS/pico-content-editor"
|
|
},
|
|
"require": {
|
|
"php": "^8.0",
|
|
"pixel418/markdownify": "^2.3",
|
|
"seacms/seacms-api": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "PicoContentEditor\\": "src/" },
|
|
"classmap": [ "PicoContentEditor.php" ]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.0.0"
|
|
},
|
|
"platform-check": true,
|
|
"sort-packages": true
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.defis.info/SeaCMS/seacms-api"
|
|
}
|
|
]
|
|
}
|
|
|