-
Notifications
You must be signed in to change notification settings - Fork 2
/
code.json
43 lines (38 loc) · 928 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
[{
"name": "fim-js",
"organization": "U.S. Geological Survey",
"description": "Flood Inundation Mapper",
"version": "v2.0.0",
"status": ["Production"],
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs-wim/fim-js/blob/master/LICENSE.md"
}
]
},
"homepage": "https://fim.wim.usgs.gov/fim",
"downloadURL": "https://github.com/usgs-wim/fim-js/archive/master.zip",
"disclaimerURL": "https://github.com/USGS-WiM/fim-js/blob/master/DISCLAIMER.md",
"repositoryURL": "https://github.com/usgs-wim/fim-js.git",
"vcs": "git",
"laborHours": null,
"tags": [
"fim",
"wim",
"usgs"
],
"languages": [
"javascript",
"html"
],
"contact": {
"name": "Nicholas Estes",
"email": "[email protected]"
},
"updated": {
"metadataLastUpdated": "03/06/2020"
}
}]