20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"name": "kplaczek/foodsi-bot",
|
|
"description": "Foodsi bot. Integrating with homeassistant to provide push notifications and entity status.",
|
|
"require": {
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"guzzlehttp/guzzle": "^7.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kplaczek\\FoodsiBot\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Krzysztof Płaczek",
|
|
"email": "krzysztofplaczek@techtube.pl"
|
|
}
|
|
]
|
|
}
|