-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
40 lines (40 loc) · 990 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
40
{
"authors": [
{
"maintainer": true,
"name": "rblb",
"url": "https://github.com/riccardobl"
},
{
"maintainer": false,
"name": "BlackCoffee",
"url": "https://github.com/blackcoffeexbt"
},
{
"maintainer": false,
"name": "ThomasFarstrike",
"url": "https://github.com/ThomasFarstrike"
}
],
"description": "Nostr Client for Arduino",
"export": {
"exclude": [
"tests"
]
},
"frameworks": "arduino",
"keywords": "web, client, websocket, nostr, nwc",
"license": "MIT",
"name": "Nostrduino",
"platforms": "espressif32",
"repository": {
"type": "git",
"url": "https://github.com/riccardobl/nostrduino"
},
"version": "1.3.5",
"dependencies": {
"ArduinoJson": "^7.1.0",
"uBitcoin": "^0.2.0",
"WebSockets": "^2.4.1"
}
}