-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
23 lines (23 loc) · 816 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
{
"name": "ksIotFrameworkLib",
"version": "1.0.1",
"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": "platformio/libsetup.py"
},
"license": "MIT",
"dependencies": {
"knolleary/PubSubClient": "https://github.com/knolleary/pubsubclient",
"cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets"
},
"frameworks": "arduino",
"platforms": "esp32,esp8266"
}