-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
34 lines (33 loc) · 1.03 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
[
{
"name": "earthquake-event-ws",
"organization": "U.S. Geological Survey",
"description": "Web service for querying ComCat.",
"version": "v1.10.1",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/earthquake-event-ws/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://earthquake.usgs.gov/earthquakes/feed/",
"downloadURL": "https://github.com/usgs/earthquake-event-ws/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/earthquake-event-ws/blob/master/DISCLAIMER.md",
"repositoryURL": "https://github.com/usgs/earthquake-event-ws.git",
"vcs": "git",
"laborHours": 0,
"tags": ["earthquake", "webservice", "usgs"],
"languages": ["css", "html", "javascript", "php", "sql"],
"contact": {
"name": "Jeremy Fee",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2020-05-29"
}
}
]