{
    "name": "boldgrid/library",
    "description": "The BoldGrid Library for shared code used in official BoldGrid plugins and themes.",
    "type": "library",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Tim Elsass",
            "email": "dev@tim.ph",
            "homepage": "http://tim.ph",
            "role": "Developer"
        },
        {
            "name": "Rafael Ramos",
            "homepage": "http://rafael-ramos.com",
            "role": "Developer"
        },
        {
            "name": "Joe Cartonia",
            "email": "joec@boldgrid.com",
            "homepage": "https://twitter.com/joemotocss",
            "role": "Developer"
        },
        {
            "name": "bwmarkle",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "Boldgrid\\Library\\Util\\": "src/Util"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "yarn && yarn run cpx 'node_modules/jquery-toggles/toggles.min.js' 'build/' && yarn run cpx 'node_modules/jquery-toggles/css/toggles-full.css' 'build/' && yarn run rimraf node_modules"
        ]
    },
    "require-dev": {
        "yoast/phpunit-polyfills": "^1.0"
    }
}
