8
0
Fork 0
RemoveGoogleFonts/composer.json

40 Zeilen
811 B
JSON

2022-07-18 15:12:52 +02:00
{
"name": "d3/removegooglefonts",
"description": "Google Fonts local einbinden",
"type": "oxideshop-module",
"version": "1.0.0.0",
"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": [
"proprietary"
],
"extra": {
"oxideshop": {
"blacklist-filter": [
"*.md",
"composer.json"
],
"source-directory": "/src",
"target-directory": "d3/removegooglefonts"
}
},
"autoload": {
"psr-4": {
"D3\\Removegooglefonts\\": "../../../source/modules/d3/removegooglefonts"
}
}
}