{
    "name": "waughj/wp-image-slider",
    "description": "Plugin that creates shortcode for easy creation o' image sliders.",
    "keywords": [ "wordpress", "plugin", "image slider" ],
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jaimeson Waugh",
            "email": "waughjai@gmail.com"
        }
    ],
    "type": "library",
    "require": {
		"php": ">=7.0",
        "waughj/test-hash-item": "*",
        "waughj/html-image-slider": ">=0.5.0",
        "waughj/wp-upload-picture": ">=0.2.6",
        "waughj/picture-shortcode-to-element-attributes": "*"
    },
    "require-dev": {
		"phpunit/phpunit": "*"
    }
}
