-
Notifications
You must be signed in to change notification settings - Fork 4
/
metadata.json
37 lines (37 loc) · 977 Bytes
/
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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Parasitics",
"description": "Plugin to analyze the wires in the PCB editor.",
"description_full": "Plugin to analyze the wires in the PCB editor.",
"identifier": "com.github.Steffen-W.KiCad-Parasitics",
"type": "plugin",
"author": {
"name": "Steffen Wittemeier",
"contact": {
"github": "https://github.com/Steffen-W"
}
},
"maintainer": {
"name": "Steffen Wittemeier",
"contact": {
"github": "https://github.com/Steffen-W"
}
},
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/Steffen-W/parasitic"
},
"tags": [
"postlayoutsimulation",
"inductor",
"resistor",
"capacitor"
],
"versions": [
{
"version": "2023.xx.xx",
"status": "stable",
"kicad_version": "7.00"
}
]
}