-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage_keyboardio_index.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package_keyboardio_index.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"packages": [
{
"name": "Keyboardio",
"maintainer": "Keyboardio",
"websiteURL": "http://keyboard.io/",
"email": "",
"help": {
"online": "http://keyboard.io"
},
"platforms": [
{
"name": "keyboardio",
"architecture": "avr",
"version": "0.0.1",
"category": "Arduino@Heart",
"help": {
"online": "https://github.com/Keyboardio"
},
"url": "https://github.com/keyboardio/Arduino-Boards/archive/master.zip",
"xxx-todo-url": "https://github.com/Keyboardio/Arduino-Boards/blob/master/download_package/Arduino-Boards-v1.0.0.zip?raw=true",
"archiveFileName": "Arduino-Boards-v1.0.0.zip",
"xxx-todo-checksum": "SHA-256:XXXTBDXXX",
"xxx-todo-size": "1899",
"boards": [
{"name": "Keyboardio Model 01"}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "avr-gcc",
"version": "4.8.1-arduino5"
},
{
"packager": "arduino",
"name": "avrdude",
"version": "6.0.1-arduino5"
}
]
}
],
"tools": []
}
]
}