-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
30 lines (30 loc) · 872 Bytes
/
library.json
File metadata and controls
30 lines (30 loc) · 872 Bytes
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": "CoreX",
"keywords": "iot, sensors, control, device, app, web, cloud, communication, protocol, iot, m2m, wifi, ethernet, gsm, gprs, 3g, data, esp8266, esp32",
"description": "Library for CoreX IoT Platform.",
"authors": [
{
"name": "CoreX",
"url": "https://corex.id",
"maintainer": true
},
{
"name": "Sendy Meiladi",
"url": "https://github.com/sendymeiladi"
},
{
"name": "Ahmad Yunus",
"url": "https://github.com/AhmadYunus299"
}
],
"repository": {
"type": "git",
"url": "https://github.com/CoreX-IoT/corex-firmware"
},
"version": "1.2.6",
"exclude": "tests",
"examples": "examples/*/*.ino",
"homepage": "https://corex.id",
"frameworks": "*",
"platforms": "*"
}