forked from theengs/decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
33 lines (33 loc) · 831 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
{
"name": "TheengsDecoder",
"keywords": "ble, json, decoder",
"description": "A simple, efficient, portable and lightweight library for Internet of Things messages decoding.",
"homepage": "https://theengs.github.io/decoder/",
"repository": {
"type": "git",
"url": "https://github.com/theengs/decoder.git"
},
"version": "1.8.5",
"authors":
[
{
"name": "Florian Robert",
"url": "https://1technophile.blogspot.com/"
},
{
"name": "Ryan Powell"
}
],
"build": {
"extraScript": "scripts/remove_arduino_json.py"
},
"export": {
"exclude": [
"*.github",
"*.gitmodules"
]
},
"frameworks": "*",
"platforms": "*",
"license":"GPL-3.0-or-later"
}