{
    "name": "excelwebzone/recaptcha-bundle",
    "description": "This bundle provides easy reCAPTCHA form field integration",
    "keywords": ["recaptcha"],
    "homepage": "https://github.com/excelwebzone/EWZRecaptchaBundle",
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Michael H. Arieli",
            "email": "excelwebzone@gmail.com",
            "homepage": "http://excelwebzone.com/"
        }
    ],
    "require": {
        "symfony/framework-bundle": "~2.4"
    },
    "autoload": {
        "psr-0": { "EWZ\\Bundle\\RecaptchaBundle\\": "" }
    },
    "target-dir": "EWZ/Bundle/RecaptchaBundle"
}
