mirror of
https://git.yylx.win/https://github.com/fhirter-vkb/freescout-oauth.git
synced 2025-10-03 17:40:58 +08:00
22 lines
434 B
JSON
Executable file
22 lines
434 B
JSON
Executable file
{
|
|
"name": "OAuth",
|
|
"alias": "oauth",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"detailsUrl": "",
|
|
"author": "",
|
|
"authorUrl": "",
|
|
"requiredAppVersion": "1.0.2",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [],
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\OAuth\\Providers\\OAuthServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|