mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 12:22:51 +01:00
22 lines
375 B
JSON
22 lines
375 B
JSON
{
|
|
"name": "matthiasmullie/minify",
|
|
"type": "library",
|
|
"description": "CSS & JS minifier",
|
|
"homepage": "https://github.com/matthiasmullie/minify",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"email": "minify@mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-pcre": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [""]
|
|
}
|
|
}
|