forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "tubalmartin/cssmin",
|
|
"description": "A PHP port of the YUI CSS compressor",
|
|
"keywords": ["yui", "compressor", "css", "cssmin", "compress", "minify"],
|
|
"homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Túbal Martín",
|
|
"homepage": "http://tubalmartin.me/"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
|
|
"source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"tubalmartin\\CssMin\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"tubalmartin\\CssMin\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"bin": [
|
|
"cssmin"
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"ext-pcre": "*"
|
|
},
|
|
"require-dev": {
|
|
"cogpowered/finediff": "0.3.*",
|
|
"phpunit/phpunit": "4.8.*"
|
|
}
|
|
} |