-
Notifications
You must be signed in to change notification settings - Fork 8
/
code.json
43 lines (42 loc) · 1.08 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
[
{
"name": "snow-to-flow",
"organization": "U.S. Geological Survey",
"description": "What does changing snowmelt mean for flow in the western US?",
"version": "v1.0.3",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-USGS/snow-to-flow/blob/main/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/DOI-USGS/snow-to-flow",
"downloadURL": "https://github.com/DOI-USGS/snow-to-flow/archive/refs/tags/v1.0.3.zip",
"disclaimerURL": "https://github.com/DOI-USGS/snow-to-flow/blob/main/README.md",
"repositoryURL": "https://github.com/DOI-USGS/snow-to-flow.git",
"vcs": "git",
"laborHours": 300,
"tags": [
"data visualization",
"snow",
"USGS",
"water"
],
"languages": [
"R",
"Vue",
"JavaScript"
],
"contact": {
"name": "Cee Nell",
"email": "cnell@usgs.gov"
},
"date": {
"metadataLastUpdated": "2023-01-31"
}
}
]