22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"name": "deckflow/deckflow",
|
|
"description": "Automatische Workflows für Nextcloud Decks",
|
|
"type": "nextcloud-app",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Dein Name",
|
|
"email": "deine@email.de"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2",
|
|
"nextcloud/app-framework": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Deckflow\\": "src/"
|
|
}
|
|
}
|
|
} |