-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathmodule.json
File metadata and controls
41 lines (41 loc) · 1.02 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
34
35
36
37
38
39
40
41
{
"name": "TasksProjects",
"alias": "tasksprojects",
"description": "Projects, tasks, Kanban board, time tracking and task-to-invoice billing.",
"keywords": [
"projects",
"tasks",
"time-tracking",
"kanban",
"billing"
],
"priority": 0,
"providers": [
"Modules\\TasksProjects\\Providers\\TasksProjectsServiceProvider"
],
"aliases": {},
"files": [],
"requires": {},
"schema_version": 2,
"slug": "tasks-projects",
"version": "0.1.0",
"license": "AGPL-3.0-only",
"compatibility": {
"invoiceshelf": ">=3.0.0-alpha.2 <4.0.0",
"module_api": "^1.3.0",
"php": "^8.4.0",
"extensions": [
"ext-json"
]
},
"module_dependencies": {},
"migration_policy": "reversible",
"uninstall": {
"data_cleanup": "Modules\\TasksProjects\\Lifecycle\\DataCleanup"
},
"dependency_policy": "host-provided-only",
"assets": [
"dist/init.js",
"dist/style.css"
]
}