2012-03-22 20:38:33 +01:00
{
2012-12-08 00:37:20 +02:00
"name" : "mrclay/minify" ,
2012-12-08 00:37:38 +02:00
"type" : "library" ,
2012-12-08 00:37:20 +02:00
"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" ,
2015-09-27 19:54:12 -04:00
"homepage" : "https://github.com/mrclay/minify" ,
2012-12-08 00:37:38 +02:00
"license" : "BSD-3-Clause" ,
2012-12-08 00:37:20 +02:00
"authors" : [
{
"name" : "Stephen Clay" ,
2012-12-08 01:50:01 +02:00
"email" : "steve@mrclay.org" ,
"role" : "Developer"
2012-12-08 00:37:20 +02:00
}
] ,
2013-09-26 09:07:18 -04:00
"support" : {
2013-09-26 09:10:32 -04:00
"email" : "minify@googlegroups.com" ,
2015-09-27 19:54:12 -04:00
"issues" : "https://github.com/mrclay/minify/issues" ,
"wiki" : "https://github.com/mrclay/minify/blob/master/docs"
2013-09-26 09:07:43 -04:00
} ,
2014-09-27 16:18:23 +03:00
"autoload" : {
2015-09-28 15:36:52 -04:00
"classmap" : [ "lib/" ]
2014-09-27 16:18:23 +03:00
} ,
2012-12-08 00:37:38 +02:00
"require" : {
2014-12-01 20:41:48 +02:00
"ext-pcre" : "*" ,
"firephp/firephp-core" : "~0.4.0" ,
2012-12-08 00:37:38 +02:00
"php" : ">=5.2.1" ,
2015-09-27 19:54:12 -04:00
"tubalmartin/cssmin" : "~2.4.8" ,
"mrclay/jsmin-php" : "~2"
2012-12-08 00:37:38 +02:00
} ,
2014-09-27 16:18:23 +03:00
"suggest" : {
2015-09-27 17:08:58 -04:00
"leafo/lessphp" : "~0.4.0" ,
"meenie/javascript-packer" : "~1.1"
2012-12-08 00:37:20 +02:00
}
2012-03-22 20:38:33 +01:00
}