-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmetadata.json
30 lines (30 loc) · 1.09 KB
/
metadata.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "JLCPCB KiCad Library",
"description": "A set of symbol Libraries and a set of footprints and 3d models of the basic components from JLCPCB smt assembly",
"description_full": "A full KiCad library containing matched schematic symbols and PCB footprints, complete with 3D STEP models. All components are from JLCPCB's basic and preferred parts list, ensuring no extra setup costs. I\u2019m not affiliated or sponsored by jlcpcb, just another customer.",
"identifier": "com.github.CDFER.JLCPCB-Kicad-Library",
"type": "library",
"author": {
"name": "Chris Dirks",
"contact": {
"email": "[email protected]",
"web": "https://keastudios.co.nz/"
}
},
"license": "MIT",
"resources": {
"homepage": "https://github.com/CDFER/JLCPCB-Kicad-Library"
},
"tags": [
"footprints",
"symbols"
],
"versions": [
{
"version": "2025.01.24",
"status": "stable",
"kicad_version": "8.0"
}
]
}