LINEIntegration/module.json
2023-08-22 15:44:42 +09:00

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": []
}