2020-05-26 15:45:07 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2020-05-28 14:31:35 +02:00
|
|
|
"oxid-esales/oxideshop-ce": "6.0 - 6.3"
|
2020-05-26 15:45:07 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"D3\\PdfDocuments\\": "../../../source/modules/d3/pdfdocuments"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|