forked from NilujePerchut/kicad_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
31 lines (31 loc) · 831 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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Teardrops",
"description": "Manages teardrops on a PCB",
"description_full": "Manages teardrops on a PCB",
"identifier": "com.github.NilujePerchut.kicad-scripts-teardrops",
"type": "plugin",
"author": {
"name": "NilujePerchut",
"contact": {
"web": "https://github.com/NilujePerchut"
}
},
"maintainer": {
"name": "NilujePerchut",
"contact": {
"web": "https://github.com/NilujePerchut"
}
},
"license": "BSD-3-Clause",
"resources": {
"homepage": "https://github.com/NilujePerchut/kicad_scripts"
},
"versions": [
{
"version": "1.0",
"status": "testing",
"kicad_version": "6.0"
}
]
}