{
    "name": "gamajo/genesis-js-no-js",
    "description": "WordPress plugin for Genesis child themes to allow differing styles for elements if JavaScript is active or not.",
    "keywords": ["genesis", "genesis-js-no-js", "javascript"],
    "type": "wordpress-plugin",
    "homepage": "https://github.com/GaryJones/genesis-js-no-js",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Gary Jones",
            "homepage": "https://gamajo.com",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/GaryJones/genesis-js-no-js/issues",
        "source": "https://github.com/GaryJones/genesis-js-no-js"
    },
    "config": {
        "sort-order": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": "^7.0",
        "composer/installers": "~1.4",
        "roave/security-advisories": "dev-master"
    },
    "require-dev": {
        "php": "^7.1",
        "brain/monkey": "^2.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
        "infection/infection": "0.6.*",
        "object-calisthenics/phpcs-calisthenics-rules": "^3",
        "phpunit/phpunit": "^6.4",
        "squizlabs/php_codesniffer": "3.1",
        "wimg/php-compatibility": "dev-master",
        "wp-coding-standards/wpcs": "dev-develop"
    },
    "autoload": {
        "psr-4": {
            "Gamajo\\GenesisJsNoJs\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Gamajo\\GenesisJsNoJs\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "install-codestandards": [
            "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
        ],
        "phpcs": "phpcs && phpcs ./genesis-js-no-js.php -sp --standard=PHPCompatibility --runtime-set testVersion 5.2 && phpcs ./tests -sp --standard=PHPCompatibility --runtime-set testVersion 7.1"
    }
}
