Added package.json

This commit is contained in:
Zi Xing 2021-12-25 17:11:06 -05:00
parent 046c4e5f44
commit a96109ff84
1 changed files with 25 additions and 0 deletions

25
src/Synical/package.json Normal file
View File

@ -0,0 +1,25 @@
{
"package": {
"package_name": "net.intellivoid.synical",
"name": "Synical Engine Library",
"version": "1.0.0.0",
"author": "Zi Xing Narrakas",
"organization": "Intellivoid Technologies",
"description": "The backend provider for the Synical engine",
"url": "https://github.com/intellivoid/synical",
"dependencies": [],
"configuration": {
"autoload_method": "generated_spl",
"main": null,
"post_installation": [],
"pre_installation": []
}
},
"components": [
{
"required": true,
"file": "Synical.php"
}
],
"files": []
}