actuel-inactuel/site/plugins/send-button/composer.json

22 lines
455 B
JSON
Raw Normal View History

2024-10-16 08:53:53 +02:00
{
"name": "adrienpayet/send-button",
"description": "Send button",
"license": "MIT",
"type": "kirby-plugin",
"version": "1.0.0",
"authors": [
{
"name": "Adrien Payet",
"email": "contact@adrien-payet.fr"
}
],
"require": {
"getkirby/composer-installer": "^1.1"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}