-
Notifications
You must be signed in to change notification settings - Fork 23
/
code.json
37 lines (35 loc) · 881 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
34
35
36
37
{
"name": "shakecast",
"organization": "U.S. Geological Survey",
"description": "Application for rapid ShakeMap distribution",
"status": "Production",
"homepage": "https://code.usgs.gov/ghsc/esi/shakecast/shakecast-lite",
"downloadURL": "https://github.com/usgs/shakecast/archive/master.zip",
"openSourceProject": 1,
"license": "https://code.usgs.gov/ghsc/esi/shakecast/shakecast-lite/-/blob/master/LICENSE.md",
"vcs": "git",
"repository": "https://code.usgs.gov/ghsc/esi/shakecast/shakecast-lite.git",
"tags": [
"earthquake",
"impact",
"losses",
"shakemap",
"notifications",
"shaking"
],
"languages": [
"python",
"typescript",
"html",
"css",
"shell",
"batch"
],
"contact": {
"name": "Daniel Slosky",
"email": "[email protected]"
},
"updated": {
"metadataLastUpdated": "2021-1-01"
}
}