forked from blynkkk/blynk-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
36 lines (36 loc) · 1.06 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
29
30
31
32
33
34
35
36
{
"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": "Blynk",
"url": "https://github.com/blynkkk"
},
{
"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"
}