-
Notifications
You must be signed in to change notification settings - Fork 1
/
code.json
39 lines (39 loc) · 1.07 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
[
{
"name": "libcomcat",
"description": "Python wrapper around ComCat web API",
"version": "2.0",
"status": "Beta",
"organization": "U.S. Geological Survey",
"vcs": "git",
"repositoryURL": "https://github.com/usgs/libcomcat",
"homepageURL": "https://github.com/usgs/libcomcat",
"downloadURL": "https://github.com/usgs/libcomcat/releases/tag/v1.0",
"disclaimerURL": "https://github.com/usgs/libcomcat/blob/master/DISCLAIMER.md",
"permissions": {
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/usgs/libcomcat/blob/master/LICENSE.md"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": 1,
"languages": [ "Python" ],
"tags": [
"earthquake",
"catalog",
"search",
"download"
],
"contact": {
"name": "Mike Hearne",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2017-09-21"
}
}
]