-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 862 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 862 Bytes
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
{
"name": "ksIotFrameworkLib",
"version": "1.0.50",
"description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ",
"keywords": "iot, framework, esp32, esp8266, library",
"repository": {
"type": "git",
"url": "https://github.com/cziter15/ksIotFrameworkLib.git"
},
"authors": [
{
"name": "Krzysztof Strehlau"
}
],
"build": {
"extraScript": "scripts/setup_library_env.py"
},
"license": "MIT",
"dependencies": {
"cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient",
"cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets"
},
"frameworks": "arduino",
"platforms": "esp32,esp8266"
}