{
    "name": "web-auth/webauthn-stimulus",
    "type": "symfony-bundle",
    "description": "Webauthn integration for Symfony",
    "keywords": [
        "symfony",
        "symfony-ux",
        "FIDO",
        "FIDO2",
        "webauthn"
    ],
    "homepage": "https://github.com/web-auth",
    "authors": [
        {
            "name": "Florent Morselli",
            "homepage": "https://github.com/Spomky"
        },
        {
            "name": "All contributors",
            "homepage": "https://github.com/web-auth/ux/contributors"
        }
    ],
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Webauthn\\Stimulus\\": "src/"
        }
    },
    "conflict": {
        "symfony/flex": "<1.13"
    },
    "extra": {
        "thanks": {
            "name": "web-auth/webauthn-framework",
            "url": "https://github.com/web-auth/webauthn-framework"
        }
    },
    "minimum-stability": "dev"
}
