|
1 | 1 | { |
2 | | - "name": "ksIotFrameworkLib", |
3 | | - "version": "1.0.22", |
4 | | - "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... ", |
5 | | - "keywords": "iot, framework, esp32, esp8266, library", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/cziter15/ksIotFrameworkLib.git" |
9 | | - }, |
10 | | - "authors": [ |
11 | | - {"name": "Krzysztof Strehlau"} |
12 | | - ], |
13 | | - "build": { |
14 | | - "extraScript": "platformio/libsetup.py" |
15 | | - }, |
16 | | - "license": "MIT", |
17 | | - "dependencies": { |
18 | | - "cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient3", |
19 | | - "cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets" |
20 | | - }, |
21 | | - "frameworks": "arduino", |
22 | | - "platforms": "esp32,esp8266" |
| 2 | + "name": "ksIotFrameworkLib", |
| 3 | + "version": "1.0.22b", |
| 4 | + "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... ", |
| 5 | + "keywords": "iot, framework, esp32, esp8266, library", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/cziter15/ksIotFrameworkLib.git" |
| 9 | + }, |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Krzysztof Strehlau" |
| 13 | + } |
| 14 | + ], |
| 15 | + "build": { |
| 16 | + "extraScript": "platformio/libsetup.py" |
| 17 | + }, |
| 18 | + "license": "MIT", |
| 19 | + "dependencies": { |
| 20 | + "cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient3", |
| 21 | + "cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets" |
| 22 | + }, |
| 23 | + "frameworks": "arduino", |
| 24 | + "platforms": "esp32,esp8266" |
23 | 25 | } |
0 commit comments