-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
44 lines (44 loc) · 1007 Bytes
/
library.json
File metadata and controls
44 lines (44 loc) · 1007 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Aether",
"version": "1.0.0",
"description": "A \"Aether\" library for smart communications",
"keywords": "communication, wifi, ethernet, smart, fast",
"repository": {
"type": "git",
"url": "https://github.com/aethernetio/aether-client-cpp.git"
},
"authors": [
{
"name": "Nikolay Chirkov",
"email": "chirkov@aethernet.io",
"url": "https://aethernet.io"
},
{
"name": "Anton Kitaev",
"email": "kitaev.aa@aethernet.io",
"url": "https://aethernet.io"
},
{
"name": "Dmitriy Kiryanov",
"email": "dmitriyk@aethernet.io",
"url": "https://aethernet.io",
"maintainer": true
}
],
"license": "Apache 2.0",
"homepage": "https://aethernet.io",
"dependencies": {},
"frameworks": "espidf",
"platforms": "espressif32",
"export": {
"include": [
"examples",
"cmake",
"aether",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
}
}