-
Notifications
You must be signed in to change notification settings - Fork 3
/
library.json
31 lines (31 loc) · 912 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "multiball-libraries",
"keywords": "homebus, iot, esp32, esp8266, arduino, sensors",
"description": "Library functions that support firmware for furball, discoball, dirtball and other related open source hardware. Not meant for general use; don't use unless you specifically need this library.",
"authors":
{
"name": "John Romkey",
"url": "https://romkey.com"
},
"repository":
{
"type": "git",
"url": "https://github.com/romkey/multiball-libraries.git"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"version": "0.8.3",
"dependencies": [
{
"name": "AsyncMqttClient",
"version": "https://github.com/romkey/async-mqtt-client",
"platforms": ["espressif8266"]
},
{
"name": "ArduinoJSON",
"version": "^6.18.3",
"platforms": ["espressif8266", "espressif32"]
}
]
}