{
    "name": "weltpixel/m2-weltpixel-quickview",
    "description": "WeltPixel Quickview Module",
    "require": {
        "php": "~5.5.0|~5.6.0|~7.0.0",
        "weltpixel/m2-weltpixel-backend": "~1.0 | master",
        "magento/module-catalog": "101.* | 100.*"
    },
    "type": "magento2-module",
    "version": "1.0.3",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],   
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "WeltPixel\\Quickview\\": ""
        }
    }
}