-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
36 lines (36 loc) · 925 Bytes
/
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
[
{
"name": ffRSAM
"organization": "U.S. Geological Survey",
"description": "Calculate and plot frequency filtered RSAM",
"version": "1.0.0",
"status": "Release Candidate",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/vsc/ffrsam/blob/master/LICENSE.md"
}
]
},
"disclaimerURL": "https://code.usgs.gov/vsc/ffrsam/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/vsc/ffrsam.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"usgs",
"seismic",
"rsam",
"plot"
],
"languages": [ "PHP", "JavaScript", "Python"],
"contact": {
"name": "Diana Norgaard, USGS Volcano Science Center",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2020-06-25"
}
}
]