-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlibrary.json
39 lines (39 loc) · 1.54 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
37
38
39
{
"name": "OpenDevice",
"version": "0.5.3",
"keywords": "communication, iot, monitoring, mqtt, control",
"description": "OpenDevice is a set of tools and APIs to build solutions for the Internet of Things like home automations systems, robotics, smart city, energy monitoring, security, sensor monitoring",
"homepage": "http:/opendevice.io",
"dependencies": [
{"name": "PubSubClient", "version": ">=2.6"},
{"name": "EEPROM", "version": ">=2.0"},
{"name": "ESP8266WiFi", "version": ">=1.2.7", "platforms" : "espressif8266"},
{"name": "ESP8266mDNS", "version": ">=1.0", "platforms" : "espressif8266"}
],
"dependencies_OLD": [
{"name": "PubSubClient", "version": ">=2.6"},
{"name": "MFRC522", "version": ">=1.1.8"},
{"name": "Bridge", "version": ">=1.6.1", "platforms" : "atmelavr"},
{"name": "Ethernet", "version": ">=1.1.2", "platforms" : "atmelavr"},
{"name": "EEPROM", "version": ">=2.0"},
{"name": "SPI", "version": ">=1.0"},
{"name": "WiFi", "version": ">=1.2.7", "platforms" : "atmelavr"},
{"name": "EnableInterrupt", "version": ">=0.9.5", "platforms" : "atmelavr"},
{"name": "ESP8266WiFi", "version": ">=1.2.7", "platforms" : "espressif8266"}
],
"repository":
{
"type": "git",
"url": "https://github.com/OpenDevice/opendevice-lib-arduino.git"
},
"authors":
{
"name": "Ricardo JL Rufino",
"email": "[email protected]"
},
"frameworks": "arduino",
"platforms": "*",
"exclude": "tests",
"examples": "examples/*/*.ino",
"build" : { "libLDFMode" : 0 }
}