forked from cooked/kimotor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
31 lines (31 loc) · 829 Bytes
/
metadata.json
File metadata and controls
31 lines (31 loc) · 829 Bytes
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": "KiMotor",
"description": "PCB motor parametric design and layout",
"description_full": "PCB motor parametric design and layout",
"identifier": "com.github.cooked.kimotor",
"type": "plugin",
"author": {
"name": "Stefano Cottafavi",
"contact": {
"web": "https://github.com/cooked/kimotor"
}
},
"maintainer": {
"name": "Stefano Cottafavi",
"contact": {
"web": "https://github.com/cooked/kimotor"
}
},
"license": "GPL-2.0",
"resources": {
"homepage": "https://github.com/cooked/kimotor"
},
"versions": [
{
"version": "0.1.99",
"status": "development",
"kicad_version": "6.0"
}
]
}