-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlibrary.json
39 lines (39 loc) · 1012 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
34
35
36
37
38
39
{
"name": "at_client",
"version": "0.0.13",
"description": "atPlatform implementation in the ESP32 (Arduino C++)",
"keywords": "encryption, aes256ctr, aesctr, aes, aes256, rsa, rsa2048, privacy, platform, framework",
"repository": {
"type": "git",
"url": "https://github.com/atsign-foundation/at_c"
},
"authors": [
{
"name": "Jeremy Tubongbanua",
"email": "jeremy.tubongbanua@atsign.com",
"url": "https://atsign.com",
"maintainer": true
},
{
"name": "Tyler Trott",
"email": "tyler.trott@atsign.com",
"url": "https://atsign.com",
"maintainer": true
},
{
"name": "Xavier Chanthavong",
"email": "xchanthavong@gmail.com",
"url": "https://github.com/xavierchanth",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"homepage": "https://atsign.com",
"dependencies": {},
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"flags": "-Wall",
"libArchive": true
}
}