-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 929 Bytes
/
package.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
{
"name": "iceio",
"version": "0.2.1",
"description": " Blocks for managing FPGA IO-pins ",
"header": "https://github.com/FPGAwars/iceIO/raw/main/wiki/Logo/iceIO-collection-github.png",
"footer": "https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fgpawars-banner.svg",
"wiki": "https://github.com/FPGAwars/iceIO/wiki",
"keywords": ["io","pin",""],
"license": "LGPL-3.0",
"authors": [
{
"name": "Salvador E. Tropea",
"url": "https://github.com/set-soft"
}
],
"contributors": [
{
"name": "Fernando Mosquera",
"url": "https://github.com/benitoss"
},
{
"name": "Joaquim",
"url": "https://github.com/jojo535275?tab=repositories"
},
{
"name": "Juan Gonzalez (Obijuan)",
"url": "https://github.com/Obijuan"
}
],
"repository": {
"type": "git",
"branch": "main",
"url": "https://github.com/FPGAwars/iceIO"
}
}