mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-10 18:18:41 +00:00
46 lines
906 B
JSON
Executable File
46 lines
906 B
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1007700000,
|
|
"internal": "Shop",
|
|
"external": "Shop"
|
|
},
|
|
"category": "General",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "The search module.",
|
|
"directory": "Shop",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"CMS": "1.0.0",
|
|
"Media": "1.0.0",
|
|
"Billing": "1.0.0",
|
|
"ItemManagement": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"CMS": "*",
|
|
"Media": "*",
|
|
"Payment": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"file": "Shop",
|
|
"from": "Admin"
|
|
}
|
|
],
|
|
"lang": false,
|
|
"js": true,
|
|
"css": false
|
|
}
|