mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-10 15:18:40 +00:00
49 lines
1.1 KiB
JSON
Executable File
49 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1001700000,
|
|
"internal": "ProjectManagement",
|
|
"external": "Project Management"
|
|
},
|
|
"category": "Tools",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "Project Management module.",
|
|
"directory": "ProjectManagement",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Calendar": "1.0.0",
|
|
"Tasks": "1.0.0",
|
|
"Tools": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/projectmanagement"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"from": "ProjectManagement",
|
|
"file": "ProjectManagement"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "ProjectManagement",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|