-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcode.json
32 lines (29 loc) · 847 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
{
"name": "finite-fault-product",
"organization": "U.S. Geological Survey",
"description": "Create finite fault products for web pages and ShakeMap.",
"status": "Beta",
"homepage": "https://github.com/hschovanec-usgs/finite-fault-product",
"downloadURL": "https://github.com/hschovanec-usgs/finite-fault-product/archive/master.zip",
"openSourceProject": 1,
"license": "https://github.com/hschovanec-usgs/finite-fault-product/blob/master/LICENSE.md",
"vcs": "git",
"repository": "https://github.com/hschovanec-usgs/finite-fault-product.git",
"tags": [
"earthquake",
"fault",
"fault model",
"rupture",
"earthquake"
],
"languages": [
"python"
],
"contact": {
"name": "Heather Schovnaec",
"email": "[email protected]"
},
"updated": {
"metadataLastUpdated": "2018-06-29"
}
}