-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
34 lines (34 loc) · 896 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
33
34
{
"name": "NoFUSS",
"keywords": "ota,firmware,automatic,over-the-ait",
"description": "Automatic OTA library for ESP8266",
"repository": {
"type": "git",
"url": "https://github.com/mcspr/nofuss.git"
},
"version": "0.4.0",
"license": "GPL-3.0",
"exclude": "tests",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [
{ "name": "ArduinoJson", "version": "^5.13.4" }
],
"authors": [
{
"name": "Xose Perez",
"email": "[email protected]",
"url": "http://tinkerman.cat",
"maintainer": false
},
{
"name": "Prokhorov Max",
"email": "[email protected]",
"url": "http://github.com/mcspr",
"maintainer": true
}
],
"examples": [
"examples/*/*.ino"
]
}