-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcode.json
49 lines (42 loc) · 1.12 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
49
[
{
"name": "warc-iridium-sbd-decoder",
"organization": "U.S. Geological Survey",
"description": "USGS Iridium Short Burst Data (SBD) Decoder Library",
"version": "2.2.0",
"status": "Beta",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/warc-iridium-sbd-decoder/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://usgs.github.io/warc-iridium-sbd-decoder/",
"downloadURL": "https://github.com/usgs/warc-iridium-sbd-decoder/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/warc-iridium-sbd-decoder/blob/master/DISCLAIMER.md",
"repositoryUrl": "https://github.com/usgs/warc-iridium-sbd-decoder.git",
"vcs": "git",
"laborHours": null,
"tags": [
"Iridium",
"SBD",
"Short",
"Burst",
"Data",
"Decoder"
],
"languages": [
"Java"
],
"contact": {
"name": "Mark McKelvy",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2022-01-04"
}
}
]