nouveau-theatre-de-besancon/site/plugins/mapado-check/composer.json

21 lines
457 B
JSON
Executable file

{
"name": "adrienpayet/mapado-check",
"description": "Mapado check",
"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
}
}
}