33 lines
718 B
JSON
33 lines
718 B
JSON
{
|
|
"name": "mummert/flipbook-bundle",
|
|
"description": "PDF flipbook content element for Contao 5.7 using pdfjs-dist and flipbook-js.",
|
|
"type": "contao-bundle",
|
|
"license": "proprietary",
|
|
"keywords": [
|
|
"contao",
|
|
"contao-bundle",
|
|
"pdf",
|
|
"flipbook"
|
|
],
|
|
"require": {
|
|
"php": "^8.3",
|
|
"contao/core-bundle": "^5.7",
|
|
"contao/manager-plugin": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mummert\\FlipbookBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Mummert\\FlipbookBundle\\Contao\\Manager\\Plugin"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"contao-components/installer": true,
|
|
"contao/manager-plugin": true
|
|
}
|
|
}
|
|
}
|