-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
32 lines (32 loc) · 852 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
{
"name": "RESTuino",
"version": "1.0.1",
"description": "A library to handle arduino GPIO via REST API",
"keywords": "REST, RESTful API, Arduino, GPIO, RESTuino",
"repository":
{
"type": "git",
"url": "https://github.com/takeyamayuki/RESTuino.git"
},
"authors":
[
{
"name": "Yuki TAKEYAMA",
"email": "[email protected]",
"url": "https://takeyamayuki.github.io/",
"maintainer": true
},
{
"name": "Ar-Ray-code"
}
],
"license": " Apache-2.0 license",
"homepage": "https://zenn.dev/ninzin/articles/5c859a0bfc1ee6/",
"dependencies": {
"ownername/print": "~1.3.0",
"madhephaestus/ESP32Servo":"~0.11.0",
"bblanchon/ArduinoJson":"~6.19.4"
},
"frameworks": "Arduino",
"platforms": "*"
}