ab_htmlmin/composer.json

27 lines
637 B
JSON
Raw Normal View History

2014-10-29 08:32:10 +01:00
{
"name": "alfredbez/ab_htmlmin",
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop"],
2014-10-29 08:32:10 +01:00
"description": "entfernt unnötige Whitespaces aus dem HTML-Code",
"require": {
"oxid-esales/oxideshop-ce": "^v6.0"
2014-10-29 08:32:10 +01:00
},
"authors": [
{
"name": "Alfred Bez",
"email": "alfred.bez@gmail.com"
}
],
"extra": {
"oxideshop": {
"target-directory": "ab/htmlmin"
}
},
"autoload": {
"psr-4": {
"AlfredBez\\HtmlMin\\": "../../../source/modules/ab/htmlmin"
}
},
2014-10-29 08:32:10 +01:00
"minimum-stability": "dev"
}