-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
35 lines (35 loc) · 921 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
{
"name": "ArduinoBleChess",
"version": "0.2.0",
"description": "Bluetooth low energy (BLE) library for communication via CECP chess protocol",
"keywords": "BLE, chess, bluetooth",
"repository":
{
"type": "git",
"url": "https://github.com/vovagorodok/ArduinoBleChess"
},
"authors":
[
{
"name": "vovagorodok",
"email": "[email protected]",
"url": "https://github.com/vovagorodok",
"maintainer": true
},
{
"name": "dkwach",
"email": "[email protected]",
"url": "https://github.com/dkwach",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/vovagorodok/ArduinoBleChess",
"dependencies":
{
"arduino-libraries/ArduinoBLE":"^1.3.6"
},
"headers": ["ArduinoBleChess.h"],
"frameworks": "arduino",
"platforms": ["*"]
}