mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": {
|
|
"id": 1005800000,
|
|
"internal": "Kanban",
|
|
"external": "Kanban"
|
|
},
|
|
"category": "Tools",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "https://jingga.app"
|
|
},
|
|
"description": "Kanban module.",
|
|
"directory": "Kanban",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Tasks": "1.0.0",
|
|
"Calendar": "1.0.0",
|
|
"Tools": "1.0.0",
|
|
"Comments": "1.0.0",
|
|
"Notification": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Media": "*",
|
|
"Kanban": "*",
|
|
"Search": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/kanban"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "Kanban",
|
|
"file": "Kanban"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Kanban",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|