20 lines
587 B
JSON
20 lines
587 B
JSON
{
|
|
"name": "nischcodes/shiftcalc",
|
|
"description": "A small quick and dirty script to connect to a next cloud instance and read my registered working ours and display thema as a sheet and calculate the worked hours.",
|
|
"type": "project",
|
|
"license": "GPL-3.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nischcodes\\Shiftcalc\\": "src/",
|
|
"Nischcodes\\Shiftcalc\\App\\": "app/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "nisch.codes",
|
|
"email": "nischcodes@noreply.projects.nisch.codes"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|