-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
29 lines (29 loc) · 855 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
{
"name": "spaiot-lib",
"version": "1.2.4",
"description": "Supervision and Control library for Intxx PxxxSPA with an ESP8266 or ESP32",
"keywords": "spa, iot-device, intex, arduino, esp32, esp8266, remote-control, diy",
"repository": {
"type": "git",
"url": "https://github.com/epsilonrt/spaiot-lib"
},
"authors": [
{
"name": "epsilonrt",
"email": "epsilonrt@gmail.com",
"url": "https://www.epsilonrt.fr",
"maintainer": true
}
],
"dependencies": {
"epsilonrt/pImpl": "^1.1.3"
},
"license": "BSD-3-Clause",
"homepage": "https://epsilonrt.github.io/spaiot-lib",
"examples":[
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"]
}