-
Notifications
You must be signed in to change notification settings - Fork 3
/
code.json
47 lines (39 loc) · 1013 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
38
39
40
41
42
43
44
45
46
47
[
{
"name": "ted",
"organization": "U.S. Geological Survey",
"description": "Tweet Earthquake Detector",
"version": "0.1",
"status": "pre-release",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/mhearne-usgs/ted/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://github.com/mhearne-usgs/ted",
"downloadURL": "https://github.com/mhearne-usgs/ted/archive/master.zip",
"disclaimerURL": "https://github.com/mhearne-usgs/ted/blob/master/LICENSE.md",
"repositoryUrl": "https://github.com/mhearne-usgs/ted.git",
"vcs": "git",
"laborHours": null,
"tags": [
"earthquake",
"ted",
"twitter",
],
"languages": [
"python"
],
"contact": {
"name": "Michelle Guy",
"email": "[email protected] "
},
"date": {
"metadataLastUpdated": "2018-01-31"
}
}
]