KimchiAPI/src/KimchiAPI/package.json

25 lines
717 B
JSON

{
"package": {
"package_name": "net.intellivoid.kimchi_api",
"name": "KimchiAPI",
"version": "1.0.0.0",
"author": "Zi Xing Narrakas",
"organization": "Intellivoid Technologies",
"description": "The API server that goes good with anything, even toothpaste!",
"url": "https://github.com/intellivoid/KimchiAPI",
"dependencies": [],
"configuration": {
"autoload_method": "generated_spl",
"main": null,
"post_installation": [],
"pre_installation": []
}
},
"components": [
{
"required": true,
"file": "KimchiAPI.php"
}
],
"files": []
}