-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
35 lines (35 loc) · 900 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": "PortaMob",
"version": "1.0.0",
"description": "Portable Mobile device-like shield for Arduino UNO.",
"keywords": "portable,mobile,device,shield,arduino,uno",
"repository": {
"type": "git",
"url": "https://github.com/nthnn/PortaMob"
},
"authors": [
{
"name": "nathannestein",
"email": "nathanneisip@gmail.com",
"url": "https://nthnn.github.io/"
}
],
"license": "MIT",
"homepage": "https://github.com/nthnn/PortaMob",
"platforms": "*",
"frameworks": ["arduino"],
"dependencies": [
{
"name": "Adafruit GFX Library",
"version": ">=1.0.0"
},
{
"name": "Adafruit BusIO",
"version": ">=1.0.0"
},
{
"name": "Adafruit SSD1306",
"version": ">=1.0.0"
}
]
}