mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-23 16:55:47 +01:00
29 lines
658 B
JSON
29 lines
658 B
JSON
{
|
|
"name": "matthiasmullie/minify",
|
|
"type": "library",
|
|
"description": "CSS & JS minifier",
|
|
"homepage": "http://www.minifier.org",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Mullie",
|
|
"homepage": "http://www.mullie.eu",
|
|
"email": "minify@mullie.eu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-pcre": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.3.*",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MatthiasMullie\\Minify\\": "src/"
|
|
}
|
|
}
|
|
}
|