{
    "name": "magiccart/theme-frontend-framework",
    "description": "The magento 2 theme framework create by Alothemes",
    "require": {
		"magento/theme-frontend-blank": "100.0.*",
        "magento/framework": "100.0.*"
    },
    "type": "magento2-theme",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ]
    }
}