-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.json
48 lines (41 loc) · 1.13 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": "sciapps_metadata_guidance",
"organization": "U.S. Fish & Wildlife Service",
"description": "Science Application Metadata Guidance Documenation",
"version": "0.9",
"status": "pre-release",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/USFWS/r8_DGEC_template/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/USFWS/sciapps_metadata_guidance",
"downloadURL": "https://github.com/USFWS/sciapps_metadata_guidance/archive/refs/heads/main.zip",
"disclaimerURL": "https://github.com/USFWS/sciapps_metadata_guidance/blob/main/DISCLAIMER.md",
"repositoryURL": "https://github.com/USFWS/sciapps_metadata_guidance.git",
"vcs": "git",
"laborHours": 120,
"tags": [
"Science Applications HQ",
"usfws"
],
"languages": [
"r",
"json",
"md",
"html"
],
"contact": {
"name": "Blake Massey",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2024-02-20"
}
}
]