-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlibrary.json
32 lines (32 loc) · 865 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
{
"name": "AllWize",
"keywords": "wize,radio,radiocrafts,wmbus4",
"description": "Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules",
"repository": {
"type": "git",
"url": "https://github.com/AllWize/allwize"
},
"version": "1.1.6",
"license": "LGPL-3.0",
"exclude": "tests",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "espressif8266", "espressif32"],
"dependencies": [
],
"authors": [
{
"name": "AllWize.io",
"email": "[email protected]",
"url": "http://allwize.io"
},
{
"name": "Xose Pérez",
"email": "[email protected]",
"url": "http://allwize.io",
"maintainer": true
}
],
"examples": [
"examples/*/*.ino"
]
}