mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-30 22:18:20 +02:00
31 lines
589 B
JSON
31 lines
589 B
JSON
{
|
|
"name": "tedivm/jshrink",
|
|
"description": "Javascript Minifier built in PHP",
|
|
"keywords": [
|
|
"minifier",
|
|
"javascript"
|
|
],
|
|
"homepage": "http://github.com/tedious/JShrink",
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Robert Hafner",
|
|
"email": "tedivm@tedivm.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9|^10",
|
|
"friendsofphp/php-cs-fixer": "^3.14",
|
|
"php-coveralls/php-coveralls": "^2.5.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JShrink": "src/"
|
|
}
|
|
}
|
|
}
|