{
    "name": "nixwoodgrid/nixwoodgrid",
    "type": "wordpress-plugin",
    "description": "Grid for Elementor by Nixwood",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Inpsyde GmbH",
            "homepage": "https://inpsyde.com/",
            "email": "hello@inpsyde.com",
            "role": "Company"
        },
        {
            "name": "Artem Sivak",
            "email": "nixwood7@gmail.com",
            "role": "Developer"
        }
    ],
    "require": {
    },
    "require-dev": {
        "inpsyde/php-coding-standards": "@stable"
    },
    "autoload": {
        "psr-4": {
            "Nixwoodgrid\\": "src/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "scripts": {
        "ci": [
            "vendor/bin/phpcs"
        ]
    }
}
