43 lines
843 B
JSON
43 lines
843 B
JSON
{
|
|
"name": "d3/pdfdocuments",
|
|
"description": "PDF-Dokumentgenerator",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"PDF"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"composer.json"
|
|
],
|
|
"target-directory": "d3/pdfdocuments"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.5",
|
|
"spipu/html2pdf": "^5.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\PdfDocuments\\": "../../../source/modules/d3/pdfdocuments"
|
|
}
|
|
}
|
|
}
|