32 lines
584 B
JSON
32 lines
584 B
JSON
{
|
|
"name": "d3/oxid-deployer",
|
|
"description": "Deployer recipe for OXID eShop",
|
|
"keywords": [
|
|
"deployer",
|
|
"deployment",
|
|
"recipe",
|
|
"OXID",
|
|
"eShop",
|
|
"d3"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"homepage": "https://d3data.de/",
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"require": {
|
|
"deployer/deployer": "^7.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\OxidDeployer\\": "."
|
|
}
|
|
}
|
|
}
|