forked from eoh-jsc/era-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
32 lines (32 loc) · 925 Bytes
/
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
{
"name": "ERa",
"version": "0.9.0",
"description": "E-Ra by EoH. An IoT Market Enabler! It supports WiFi, Ethernet, Zigbee, Modbus, Serial. Works with boards like Arduino, ESP8266, ESP32, STM32, Raspberry Pi...",
"keywords": "ERa, E-Ra, esp8266, esp32, stm32, raspberry-pi, http, mqtt, zigbee, modbus, sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, wifi, ethernet, serial",
"authors":
{
"name": "EoH Ltd",
"email": "[email protected]",
"url": "https://github.com/eoh-jsc",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/eoh-jsc/era-lib.git"
},
"homepage": "https://e-ra.io",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"build": {
"extraScript": "scripts/after_install.py"
},
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*.ino"
}