[
    {
        "name": "ksubileau/color-thief-php",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ksubileau/color-thief-php.git",
            "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
            "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.13",
            "phpunit/phpunit": "~4.8|~5.7"
        },
        "suggest": {
            "ext-gd": "to use the GD image adapter.",
            "ext-gmagick": "to use the Gmagick image adapter.",
            "ext-imagick": "to use the Imagick image adapter."
        },
        "time": "2018-10-27T18:57:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ColorThief\\": "lib/ColorThief"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "CC-BY-2.5"
        ],
        "authors": [
            {
                "name": "Kevin Subileau",
                "homepage": "http://www.kevinsubileau.fr"
            }
        ],
        "description": "Grabs the dominant color or a representative color palette from an image.",
        "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php",
        "keywords": [
            "color",
            "dominant",
            "palette",
            "php",
            "thief"
        ]
    }
]
