Files
oberstufe-alt/typo3conf/ext/scriptmerger/composer.json
2018-04-02 08:07:38 +02:00

20 lines
733 B
JSON

{
"name": "sgalinski/scriptmerger",
"type": "typo3-cms-extension",
"description": "CSS/Javascript Minificator, Compressor And Concatenator - This extension minimizes the http requests by concatenating your css and javascript. Furthermore the result can be minified and compressed. This whole process is highly configurable and is partly based on the \"minify\", \"jsminplus\" and \"jsmin\" projects.",
"homepage": "https://www.sgalinski.de",
"license": ["GPL-2.0+"],
"version": "5.0.1",
"support": {
"issues": "https://forge.typo3.org/projects/extension-scriptmerger/issues"
},
"require": {
"typo3/cms-core": "*"
},
"autoload": {
"psr-4": {
"SGalinski\\Scriptmerger\\": "Classes/"
}
}
}