forked from usgs/swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathcode.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
[
{
"name": "Swarm",
"organization": "U.S. Geological Survey",
"description": "A Java application designed to display and analyze seismic waveforms in real-time.",
"version": "3.2.1",
"status": "Release Candidate",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/vsc/swarm/-/raw/swarm_3.2.1/LICENSE.md"
}
]
},
"homepageURL": "https://volcanoes.usgs.gov/software/swarm/index.shtml",
"downloadURL": "https://volcanoes.usgs.gov/software/swarm/download.shtml",
"disclaimerURL": "https://code.usgs.gov/vsc/swarm/-/raw/swarm_3.2.1/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/vsc/swarm.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"usgs",
"seismic",
"waveform",
"helicorder",
"visualization",
"earthquake"
],
"languages": [ "Java" ],
"contact": {
"name": "Diana Norgaard, USGS Volcano Science Center",
"email": "dnorgaard@usgs.gov"
},
"date": {
"metadataLastUpdated": "2021-02-10"
}
}
]