28 lines
619 B
JSON
28 lines
619 B
JSON
{
|
|
"name": "sylvainjule/embed",
|
|
"description": "Embed field for Kirby 3",
|
|
"type": "kirby-plugin",
|
|
"license": "MIT",
|
|
"version": "1.1.2",
|
|
"authors": [
|
|
{
|
|
"name": "Sylvain Julé",
|
|
"email": "contact@sylvain-jule.fr"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1",
|
|
"embed/embed": "4.4.8",
|
|
"guzzlehttp/psr7": "^2.6"
|
|
},
|
|
"extra": {
|
|
"installer-name": "embed"
|
|
},
|
|
"minimum-stability": "beta",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
}
|
|
}
|
|
}
|