{
    "name" : "shelob9/jp-rest-access",
    "description" : "Sets CORS headers, and allows offest in posts route, with max post per page for WordPress REST API (WP-API).",
    "keywords" : [ "wordpress", "rest-api", "api" ],
    "license" : "GPL-2.0+",
    "authors" : [
        {
            "name" : "Josh Pollock",
            "homepage" : "http://JoshPress.net",
            "role" : "Developer"
        }
    ],
    "require" : {
        "composer/installers" : "~1.0.0",
        "php" : ">=5.3.0"
    },
    "support": {
        "issues": "https://github.com/Shelob9/jp-rest-access/issues",
        "source": "https://github.com/Shelob9/jp-rest-access"
    },
    "autoload"   : {
        "files"   : ["functions.php"]
    }

}
