mirror of
https://git.yylx.win/https://github.com/totake0224/LINEIntegration.git
synced 2025-10-03 18:00:58 +08:00
24 lines
700 B
JSON
Executable file
24 lines
700 B
JSON
Executable file
{
|
|
"name": "LINEIntegration",
|
|
"alias": "lineintegration",
|
|
"description": "Convert messages sent to your LINE Bot into FreeScout conversations!",
|
|
"version": "1.0.0",
|
|
"detailsUrl": "https://github.com/totake0224/LINEIntegration",
|
|
"author": "totake0224",
|
|
"authorUrl": "",
|
|
"requiredAppVersion": "1.8.81",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [],
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\LINEIntegration\\Providers\\LINEIntegrationServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"LINEIntegration": "Modules\\LINEIntegration\\Providers\\LINEIntegrationServiceProvider"
|
|
},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|