forked from usgs/strec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
30 lines (27 loc) · 656 Bytes
/
code.json
File metadata and controls
30 lines (27 loc) · 656 Bytes
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
{
"name": "strec",
"organization": "U.S. Geological Survey",
"description": "REPOSITORY_DESCRIPTION",
"status": "Beta",
"homepage": "https://github.com/usgs/strec",
"downloadURL": "https://github.com/usgs/strec/archive/master.zip",
"openSourceProject": 1,
"license": "https://github.com/usgs/strec/blob/master/LICENSE.md",
"vcs": "git",
"repository": "https://github.com/usgs/strec.git",
"tags": [
"earthquake",
"tectonic",
"subduction",
],
"languages": [
"python",
],
"contact": {
"name": "Mike Hearne",
"email": "mhearne@usgs.gov"
},
"updated": {
"metadataLastUpdated": "2017-12-18"
}
}