-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
38 lines (38 loc) · 1.01 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
31
32
33
34
35
36
37
38
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "muonpi library",
"description": "Kicad symbol and footprint library for the muonpi board.",
"description_full": "This package contains footprints and symbols used in the muonpi project.",
"identifier": "com.github.MuonPi.muonpi-kicad-library",
"type": "library",
"author": {
"name": "MuonPi",
"contact": {
"email": "[email protected]",
"web": "https://muonpi.org"
}
},
"maintainer": {
"name": "MuonPi",
"contact": {
"email": "[email protected]",
"web": "https://muonpi.org"
}
},
"license": "CC-BY-SA-4.0",
"resources": {
"github": "https://github.com/MuonPi/muonpi-kicad-library"
},
"tags": [
"footprint",
"library",
"detector"
],
"versions": [
{
"version": "0.1.1",
"status": "testing",
"kicad_version": "6.0"
}
]
}