blob: 6b77e1b84cccb797fe725f7f129f49ce282ff6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"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/"
}
}
}
|