-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
48 lines (48 loc) · 1.36 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "ESPboy",
"version": "1.2.1",
"description": "This library provides a driver for the ESPboy (Wemos D1 mini - ESP8266) multi gadget handheld created by Roman Sokolov. Experiment with retro game programming, IoT, and STEAM education while having fun. See more on https://www.espboy.com/.",
"keywords": "espboy, esp8266, retrogaming, handheld, iot, stem-education",
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"headers": "ESPboy.h",
"authors": {
"name": "m1cr0lab",
"url": "https://github.com/m1cr0lab",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/m1cr0lab-espboy/ESPboy"
},
"dependencies": [
{
"owner": "adafruit",
"name": "Adafruit MCP4725",
"version": "^2.0.0"
},
{
"owner": "adafruit",
"name": "Adafruit MCP23017 Arduino Library",
"version": "^2.1.0"
},
{
"owner": "lovyan03",
"name": "LovyanGFX",
"version": "^0.4.4"
}
],
"export": {
"include": [
"Readme.md",
"LICENSE",
"examples/*",
"src/*",
"library.json",
"library.properties",
"keywords.txt"
]
}
}