-
Notifications
You must be signed in to change notification settings - Fork 17
/
code.json
33 lines (33 loc) · 976 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
[
{
"name": "Product Distribution Layer",
"organization": "U.S. Geological Survey",
"description": "Distribution system used for derived earthquake information",
"version": "v2.7.11",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/pdl/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://usgs.github.io/pdl/",
"downloadURL": "https://github.com/usgs/pdl/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/pdl/blob/master/LICENSE.md",
"repositoryURL": "https://github.com/usgs/pdl.git",
"vcs": "git",
"laborHours": 0,
"tags": ["earthquake", "distribution", "quakeml"],
"languages": ["java"],
"contact": {
"name": "Jeremy Fee",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2021-12-16"
}
}
]