Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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/"
}
}
}