-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
47 lines (40 loc) · 1.07 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
[
{
"name": "STEI-estimates",
"organization": "U.S. Fish & Wildlife Service",
"description": "Code for estimating Steller's Eider population size on the Arctic Coastal Plain",
"version": "0.1.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USFWS/r7-repo-template/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USFWS/STEI-estimates",
"downloadURL": "https://github.com/USFWS/STEI-estimates/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USFWS/STEI-estimates/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USFWS/STEI-estimates.git",
"vcs": "git",
"laborHours": 160,
"tags": [
"r7",
"usfws"
],
"languages": [
"r",
"json",
"md",
],
"contact": {
"name": "Erik Osnas",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-12-02"
}
}
]