-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
54 lines (46 loc) · 1.22 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
50
51
52
53
[
{
"name": "DYFI Responses Subsystem",
"organization": "U.S. Geological Survey",
"description": "Subsystem of DYFI that handles collection of user entries from the web interface.",
"version": "2.0.0",
"status": "Stable",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/earthquake-dyfi-response/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/usgs/earthquake-dyfi-response",
"downloadURL": "https://github.com/usgs/earthquake-dyfi-response/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/earthquake-dyfi-response/blob/master/DISCLAIMER.md",
"repositoryURL": "https://github.com/usgs/earthquake-dyfi-response.git",
"vcs": "git",
"laborHours": 0,
"tags": [
"dyfi",
"python",
"macroseismic",
"seismology",
"earthquake",
"quake",
"usgs"
],
"languages": [
"php",
"groovy",
"html",
"bash"
],
"contact": {
"name": "Vince Quitoriano",
"email": "vinceq@usgs.gov"
},
"date": {
"metadataLastUpdated": "2018-04-25"
}
}
]