-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcode.json
45 lines (38 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
[
{
"name": "avog2s",
"organization": "U.S. Geological Survey",
"description": "AVOG2S is a collection of programs that can be used to build a Ground-2-Space model of the atmosphere.",
"version": "1.0.0",
"status": "Release Candidate",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/DOI-USGS/volcano-avog2s/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/DOI-USGS/volcano-avog2s/",
"downloadURL": "https://github.com/DOI-USGS/volcano-avog2s/archive/master.zip",
"disclaimerURL": "https://github.com/DOI-USGS/volcano-avog2s/blob/master/DISCLAIMER.md",
"repositoryURL": "https://github.com/DOI-USGS/volcano-avog2s.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"Infrasound",
"USGS"
],
"languages": [
"fortran"
],
"contact": {
"name": "Hans F. Schwaiger",
"email": "hschwaiger@usgs.gov"
},
"date": {
"metadataLastUpdated": "2019-02-05"
}
}
]