mirror of
https://github.com/mrclay/minify.git
synced 2025-02-23 00:12:36 +01:00
15 lines
505 B
JSON
15 lines
505 B
JSON
{
|
|
"name": "mrclay/minify",
|
|
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
|
|
"authors": [
|
|
{
|
|
"name": "Even Andre Fiskvik",
|
|
"email": "eaf@oyatel.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"classmap": ["min/lib/"]
|
|
}
|
|
}
|