forked from xoseperez/justwifi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
30 lines (30 loc) · 816 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
{
"name": "JustWifi",
"keywords": "wifi,manager,scan,wps,smartconfig",
"description": "Wifi Manager for ESP8266, supports multiple wifi networks, scan for strongest signal, WPS and SmartConfig",
"repository": {
"type": "git",
"url": "https://github.com/xoseperez/justwifi.git"
},
"version": "3.0.0",
"license": "LGPL-3.0",
"exclude": "tests",
"frameworks": "arduino",
"platforms": "espressif8266",
"authors": [
{
"name": "Xose Perez",
"email": "xose.perez@gmail.com",
"url": "http://tinkerman.cat"
},
{
"name": "Maxim Prokhorov",
"email": "prokhorov.max@outlook.com",
"url": "https://github.com/mcspr",
"maintainer": true
}
],
"examples": [
"examples/*/*.ino"
]
}