33 lines
631 B
JSON
33 lines
631 B
JSON
{
|
|
"name": "d3/removegooglefonts",
|
|
"description": "Google Fonts lokal einbinden",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3"
|
|
],
|
|
"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": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"require": {
|
|
"php": "8 - 8.1",
|
|
"oxid-esales/oxideshop-ce": "7 - 7.0.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\Removegooglefonts\\": ""
|
|
}
|
|
}
|
|
}
|