{
    "name": "pkarl/quick-query",
    "type": "wordpress-plugin",
    "description": "Quick-Query is a WordPress plugin that provides a jQuery-like interface for querying posts and other information.",
    "keywords"   : ["query", "posts", "database", "context"],
    "homepage"   : "https://github.com/pkarl/quick-query",
    "license"    : "MIT",
    "authors"    : [
        {
            "name"    : "Pete Karl II",
            "email"   : "pete.karl@gmail.com",
            "homepage": "http://peterthelion.com"
        }
    ],
    "support"    : {
        "issues": "https://github.com/pkarl/quick-query/issues",
        "source": "https://github.com/pkarl/quick-query"
    },
    "require"    : {
        "php"                       : ">=5.3.0",
        "composer/installers"       : "~1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "AdvancedCustomFields/acf5-beta" : "5.0",
        "wp-cli/wp-cli" : "*"
    },
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "AdvancedCustomFields/acf5-beta",
                "version": "5.0",
                "dist": {
                    "url": "https://github.com/AdvancedCustomFields/acf5-beta/zipball/master",
                    "type": "zip"
                },
                "autoload": {
                    "psr-0": { "acf\\advanced-custom-fields-pro": "" }
                },
                "target-dir": "acf/advanced-custom-fields-pro"
            }
        }
    ]
}
