{
    "name": "capella/plugins",
    "description": "SnapSection is a WordPress plugin that allows you to share a section of your article quickly.",
    "type": "project",
    "license": "GPL-3.0 license",
    "autoload": {
        "psr-4": {
            "Cwss\\": "includes/"
        }
    },
    "authors": [
        {
            "name": "Eduardo Capella",
            "email": "eduardocapella@gmail.com"
        }
    ],
    "require": {},
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
