forked from EcomGraduates/KnowledgeBaseApiModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 1.14 KB
/
Copy pathmodule.json
File metadata and controls
33 lines (33 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "KnowledgeBaseApiModule",
"alias": "knowledgebaseapimodule",
"description": "Module for creating a rest api for the knowledge base Module, with analytics, custom url support, and a testing interface.",
"version": "2.0.2",
"detailsUrl": "https://github.com/EcomGraduates/KnowledgeBaseApiModule",
"author": "EcomGraduates, based on work by jtorvald",
"authorUrl": "https://github.com/EcomGraduates",
"requiredAppVersion": "1.8",
"license": "MIT",
"keywords": [
"knowledge",
"api",
"freescout",
"knowledgebase",
"analytics",
"custom",
"url"
],
"img": "https://raw.githubusercontent.com/EcomGraduates/KnowledgeBaseApiModule/refs/heads/main/Public/images/module.svg",
"active": 0,
"order": 0,
"providers": [
"Modules\\KnowledgeBaseApiModule\\Providers\\KnowledgeBaseApiModuleServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://raw.githubusercontent.com/EcomGraduates/KnowledgeBaseApiModule/refs/heads/main/module.json",
"latestVersionZipUrl": "https://github.com/EcomGraduates/KnowledgeBaseApiModule/archive/refs/heads/main.zip"
}