twofactor_u2f/composer.json

16 строки
369 B
JSON

{
"name": "christophwurst/twofactor_u2f",
"description": "A two factor provider for U2F devices for Nextcloud",
"type": "project",
"license": "agplv3",
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
}
],
"require": {
"yubico/u2flib-server": "^1.0.1"
}
}