-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathlibrary.json
More file actions
16 lines (16 loc) · 677 Bytes
/
library.json
File metadata and controls
16 lines (16 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Firebase ESP8266 Client",
"version": "4.4.17",
"keywords": "communication, REST, esp8266, arduino",
"description": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.",
"repository": {
"type": "git",
"url": "https://github.com/mobizt/Firebase-ESP8266.git"
},
"authors": [{
"name": "Mobizt",
"email": "[email protected]"
}],
"frameworks": "arduino",
"platforms": "espressif32, espressif8266, atmelsam, rp2040, atmelavr, atmelmegaavr, ststm32, teensy"
}