43 lines
889 B
JSON
43 lines
889 B
JSON
{
|
|
"name": "d3/importer",
|
|
"description": "Importer for OXID eShop.",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"import",
|
|
"csv"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"source-directory": "/src",
|
|
"target-directory": "d3/importer"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "7.1 - 7.4", "ext-ionCube-Loader": "*",
|
|
"oxid-esales/oxideshop-ce": "6.0 - 6.6",
|
|
"d3/modcfg": "^5.3.0.000"
|
|
},
|
|
"suggest": {
|
|
"d3/importer-demodata": "demodata files for testing purposes"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.4"
|
|
}
|
|
}
|