2021-07-27 14:22:52 +02:00
{
"name" : "d3/datawizardtasks" ,
2021-12-23 14:33:35 +01:00
"description" : "Fantastic Spells and where to find them - Example exports and actions for the DataWizard /\n Phantastische Zaubersprüche und wo Sie zu finden sind - Beispielexporte und -aktionen für den DataWizard" ,
2021-07-27 14:22:52 +02:00
"type" : "oxideshop-module" ,
"keywords" : [
"oxid" ,
"modules" ,
"eShop" ,
"d3" ,
"export" ,
"DataWizard"
] ,
"authors" : [
{
"name" : "D3 Data Development (Inh. Thomas Dartsch)" ,
"email" : "info@shopmodule.com" ,
"homepage" : "https://www.d3data.de" ,
"role" : "Owner"
}
] ,
"support" : {
"email" : "support@shopmodule.com"
} ,
"homepage" : "https://www.oxidmodule.com/" ,
"license" : [
"GPL-3.0-or-later"
] ,
"require" : {
2021-11-10 14:13:42 +01:00
"d3/datawizard" : "^1.2|^2.0"
2021-07-27 14:22:52 +02:00
} ,
"extra" : {
"oxideshop" : {
"blacklist-filter" : [
"*.md" ,
"composer.json"
] ,
"target-directory" : "d3/datawizardtasks"
}
} ,
"autoload" : {
"psr-4" : {
"D3\\DataWizardTasks\\" : "../../../source/modules/d3/datawizardtasks"
}
}
}