Files
Arduino/libraries/Blynk/library.json
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

32 lines
986 B
JSON

{
"name": "Blynk",
"version": "1.3.2",
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.",
"keywords": "sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http",
"authors":
{
"name": "Volodymyr Shymanskyy",
"url": "https://github.com/vshymanskyy",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/blynkkk/blynk-library.git"
},
"homepage": "https://blynk.io",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies": {
"blynkkk/BlynkNcpDriver": "^0.6.3"
},
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}