{
    "name": "spacecatninja/imager-x",
    "description": "Ninja powered image transforms.",
    "type": "craft-plugin",
    "version": "v3.6.5",
    "license": "proprietary",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "image",
        "responsive",
        "transform",
        "srcset",
        "picture"
    ],
    "support": {
        "docs": "http://imager-x-v3.spacecat.ninja/",
        "issues": "https://github.com/spacecatninja/craft-imager-x/issues"
    },
    "authors": [
        {
            "name": "SPACECATNINJA",
            "homepage": "https://www.spacecat.ninja"
        }
    ],
    "require": {
        "php": ">=7.2.5",
        "craftcms/cms": "^3.3.0",
        "mikehaertl/php-shellcommand": "^1.2",
        "tinify/tinify": ">=1.1.1",
        "ksubileau/color-thief-php": "^1.4.0",
        "ssnepenthe/color-utils": "~0.4",
        "imgix/imgix-php": "^3.0",
        "kraken-io/kraken-php": "^1.2",
        "aws/aws-sdk-php": "^3.0.0",
        "google/cloud-storage": "~1.0",
        "kornrunner/blurhash": "^1.1"
    },
    "autoload": {
        "psr-4": {
          "spacecatninja\\imagerx\\": "src/"
        }
    },
    "extra": {
        "name": "Imager X",
        "handle": "imager-x",
        "schemaVersion": "3.0.0",
        "hasCpSettings": false,
        "hasCpSection": false,
        "changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md",
        "components": {},
        "class": "spacecatninja\\imagerx\\ImagerX"
    }
}
