2023-01-23 11:03:31 +01:00

26 lines
565 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": "^5.6|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6",
"friendsofphp/php-cs-fixer": "^2.8",
"php-coveralls/php-coveralls": "^1.1.0"
},
"autoload": {
"psr-0": {"JShrink": "src/"}
}
}