nouveau-theatre-de-besancon/site/plugins/front-comments/composer.json
2024-09-10 17:14:38 +02:00

26 lines
683 B
JSON
Executable file

{
"name": "adrienpayet/front-comments",
"description": "Kirby plugin for adding comments anywhere in front-end pages.",
"license": "MIT",
"type": "kirby-plugin",
"version": "0.11.2",
"homepage": "https://framagit.org/isUnknown/kirby-front-comments",
"authors": [
{
"name": "Adrien Payet",
"email": "adrien.payet@outlook.com"
}
],
"require": {
"getkirby/composer-installer": "^1.1"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
},
"preferred-install": "dist"
},
"extra": {
"installer-name": "front-comments"
}
}