{
    "name": "voceconnect/cdn-rewrite",
    "description": "This plugin allows you to rewrite the root url of assets, css, and js files. This allows you to load these resources from an external URL improving the page load time by taking advantage of parallel browser requests.",
    "license": "GPLv2+",
    "authors": [
        {
            "name": "Michael Pretty",
            "email": "mpretty@voceconnect.com"
        },
        {
            "name": "Chris Scott",
            "email": "cscott@voceconnect.com"
        }
    ],
    "require": {
        "voceconnect/voce-settings-api": "~0.4"
    },
    "autoload": {
        "files": ["cdn-rewrite.php"]
    }
}
