1{
2    "name": "cerdic/css-tidy",
3    "description": "CSSTidy is a CSS minifier",
4    "license": "LGPL-2.1-or-later",
5    "authors": [
6        {
7            "name": "Cédric MORIN",
8            "email": "changeme@mailinator.com"
9        }
10    ],
11    "repositories": [
12        {
13            "type": "vcs",
14            "url": "https://github.com/pear/Text_Diff",
15            "no-api": true
16        }
17    ],
18    "autoload": {
19        "classmap": [
20            "class.csstidy_optimise.php",
21            "class.csstidy_print.php",
22            "class.csstidy.php"
23        ]
24    },
25    "autoload-dev": {
26        "classmap": [
27            "testing"
28        ]
29    },
30    "require": {
31        "php": "^5.4.0 || ^7"
32    },
33    "require-dev": {
34        "pear/text_diff": "^1.2",
35        "simpletest/simpletest": "^1.1"
36    },
37    "bin": ["bin/pcsstidy"],
38    "archive": {
39        "exclude": [
40            "/.gitignore",
41            "/.travis.yml",
42            "/testing"
43        ]
44    }
45}
46