forked from blynkkk/blynk-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
28 lines (28 loc) · 1.05 KB
/
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
24
25
26
27
28
{
"name": "Blynk",
"version": "1.1.0",
"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"
}