-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibrary.json
More file actions
49 lines (49 loc) · 1.15 KB
/
library.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "Firebase",
"version": "1.0.4",
"description": "Enables Firebase Realtime Database connectivity on the ESP8266, ESP32, Arduino UNO R4 WiFi. A reliable low latency library to read, write, update and remove data from Firebase Realtime Database.",
"keywords": [
"firebase",
"realtime-database",
"esp8266",
"esp32",
"arduino",
"json",
"communication",
"iot"
],
"authors": [
{
"name": "Rupak Poddar",
"email": "rupakpoddarofficial@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/Rupakpoddar/FirebaseArduino.git"
},
"homepage": "https://github.com/Rupakpoddar/FirebaseArduino",
"documentation": "https://www.arduino.cc/reference/en/libraries/firebase/",
"license": "MIT",
"frameworks": ["arduino"],
"platforms": [
"espressif8266",
"espressif32",
"renesas-ra"
],
"dependencies": [
{
"name": "ArduinoJson",
"version": "*"
}
],
"export": {
"include": [
"src/*",
"examples/*",
"keywords.txt",
"library.properties"
]
}
}