-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.09 KB
/
code.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
38
39
40
41
42
43
44
45
46
47
48
[
{
"name": "migbirdHIP",
"organization": "U.S. Fish and Wildlife Service",
"description": "An R package designed to process, clean, and visualize Harvest Information Program (HIP) data",
"version": "v1.2.8",
"status": "Operational",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USFWS/migbirdHIP/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USFWS/migbirdHIP",
"downloadURL": "https://github.com/USFWS/migbirdHIP/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USFWS/migbirdHIP/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USFWS/migbirdHIP.git",
"vcs": "git",
"laborHours": 635,
"tags": [
"usfws",
"migratorybird"
],
"languages": [
"R",
"json",
"md",
"qmd"
],
"contact": {
"name": "Abby Walter",
"email": "abby_walter@fws.gov"
},
"date": {
"metadataLastUpdated": "2023-09-22"
}
}
]