-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
51 lines (51 loc) · 1.03 KB
/
library.json
File metadata and controls
51 lines (51 loc) · 1.03 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Domotica",
"version": "1.0.0",
"keywords": "iot, home, automation, mqtt, esp8266, async",
"description": "Small library for automatic Wifi and MQTT connection with OTA support based on JSON configuration",
"homepage": "https://github.com/shahkeyur/Domotica/",
"license": "MIT",
"authors":
{
"name": "Keyur Shah",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/shahkeyur/Domotica.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [
{
"name": "ArduinoJson",
"version": "^5.10.0"
},
{
"name": "AsyncMqttClient",
"version": "^0.8.0"
},
{
"name": "H4",
"version": "^0.9.3"
},
{
"name": "ESPAsyncTCP",
"version": "^1.1.0"
},
{
"name": "mDNSResolver",
"version": "https://github.com/madpilot/mDNSResolver"
}
],
"export": {
"include": [
"LICENSE",
"src/*",
"examples/*",
"data/*"
]
}
}