ab_htmlmin/composer.json

15 lines
326 B
JSON
Raw Normal View History

2014-10-29 08:32:10 +01:00
{
"name": "alfredbez/ab_htmlmin",
"description": "entfernt unnötige Whitespaces aus dem HTML-Code",
"require": {
"composer/installers": "~1.0"
},
"authors": [
{
"name": "Alfred Bez",
"email": "alfred.bez@gmail.com"
}
],
"minimum-stability": "dev"
}