Skip to content

Commit

Permalink
Add mod definition in json
Browse files Browse the repository at this point in the history
  • Loading branch information
darknoon29 committed Feb 10, 2023
1 parent c3da5fa commit 26d868c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "ogsteam/mod-cdr",
"description": "OGSpy module that helps you to manage debris fields",
"type": "ogspy-mod",
"keywords": [
"ogspy"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "DarkNoon",
"email": "[email protected]",
"homepage": "https://github.com/darknoon29",
"role": "Lead Developer"
}
],
"require": {
"php": ">=7.2.0",
"ogsteam/ogspy": ">=3.3.6"
},
"extra": {
"install_script": "install.php",
"update_script": "update.php",
"uninstall_script": "uninstall.php",
"mod_title": "Champs de ruines",
"menu_title": "Champs de ruines",
"action_name": "cdr",
"folder_name": "cdr",
"action_file": "cdr.php",
"active": true,
"admin": false
},
"homepage": "https://github.com/ogsteam/mod-cdr",
"support": {
"issues": "https://github.com/ogsteam/mod-cdr/issues",
"source": "https://github.com/ogsteam/mod-cdr/tree/master",
"chat": "https://discord.gg/Azcb67b"
}
}

0 comments on commit 26d868c

Please sign in to comment.