{
	"name": "codestar/custom-styles",
	"description": "Add custom styles for Codestar framework.",
    "keywords": ["wordpress", "options", "metaboxes", "taxonomy", "shortcodes", "customizer", "codestar", "framework"],
    "homepage": "https://github.com/mohamdio/codestar-custom-styles",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "jozoor",
            "email": "info@jozoor.com",
            "homepage": "https://jozoor.com/",
            "role": "Developer"
        },
        {
            "name": "Mohamed Abd Elhalim",
            "email": "mohamdiod@gmail.com",
            "homepage": "https://mohamd.io/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "5.7"
    },
    "autoload": {
        "psr-4": { "JO\\Module\\CodestarCustomStyles\\": "src/" }
    },
    "scripts": {
        "test": [
            "./vendor/bin/phpunit"
        ]
    }
}
