Files
2024-07-20 22:09:06 +08:00

29 lines
1.0 KiB
JSON

{
"name": "Blynk",
"version": "0.6.1",
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, BLE, Bluetooth, Ethernet, GSM, USB, Serial. Works with many boards like ESP8266, ESP32, Arduino UNO, Nano, Due, Mega, Zero, MKR100, Yun, Raspberry Pi, Particle, Energia, ARM mbed, Intel Edison/Galileo/Joule, BBC micro:bit, DFRobot, RedBearLab, Microduino, LinkIt ONE ...",
"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": "http://blynk.cc",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}