alizelib/project.json
2023-02-07 19:49:57 -05:00

29 lines
No EOL
858 B
JSON

{
"project": {
"compiler": {
"extension": "php",
"minimum_version": "8.0",
"maximum_version": "8.2"
},
"options": []
},
"assembly": {
"name": "AlizeLib",
"package": "net.nosial.alizelib",
"description": "Calculate the averages, total & best of labelled values, import & export the model for later use with low overhead performance",
"company": "Nosial",
"copyright": "2022-2023 (c) Nosial. All Rights Reserved",
"version": "1.0.0",
"uuid": "4ae05ff6-a738-11ed-82fc-cf26dde64833"
},
"build": {
"source_path": "src",
"default_configuration": "release",
"configurations": [
{
"name": "release",
"output_path": "build/release"
}
]
}
}