-
Notifications
You must be signed in to change notification settings - Fork 1
/
code.json
45 lines (38 loc) · 1.08 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
40
41
42
43
44
45
[
{
"name": "SparrowTennessee",
"organization": "U.S. Geological Survey",
"description": "Display Spatially-Referenced Regresson On Watershed Attributes (SPARROW) data in Tennessee",
"version": "v0.0.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain",
"URL": "https://github.com/USGS-WiM/SparrowTennessee/blob/master/LICENSE.md"
}
]
},
"homepageURL": "https://sparrow.wim.usgs.gov/sparrow-tennessee/",
"downloadURL": "https://github.com/USGS-WiM/SparrowTennessee/archive/master.zip",
"disclaimerURL": "https://github.com/USGS-WiM/SparrowTennessee/blob/master/DISCLAIMER.md",
"repositoryUrl": "https://github.com/USGS-WiM/SparrowTennessee",
"vcs": "git",
"laborHours": null,
"tags": [
"sparrow",
"tennessee"
],
"languages": [
"javascript"
],
"contact": {
"name": "Erik Myers",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2018-02-07"
}
}
]