-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.json
34 lines (34 loc) · 923 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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "nikfemm",
"description": "A plugin for power density and voltage drop analysis of PCBs",
"description_full": "A plugin for power density and voltage drop analysis of PCBs",
"identifier": "com.github.nikisalli.nikfemm",
"type": "plugin",
"author": {
"name": "Niklas Sallali",
"contact": {
"github": "https://github.com/nikisalli"
}
},
"maintainer": {
"name": "Niklas Sallali",
"contact": {
"github": "https://github.com/nikisalli"
}
},
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/nikisalli/Kicad-nikfemm"
},
"tags": [
"postlayoutsimulation"
],
"versions": [
{
"version": "0.1.0",
"status": "stable",
"kicad_version": "7.00"
}
]
}