forked from usgs/wdfn-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
47 lines (40 loc) · 1.04 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
46
47
[
{
"name": "Water Data for the Nation Visual ID",
"organization": "U.S. Geological Survey",
"description": "Provides templates and style sheets that provide headers and footers for USGS WDFN sites",
"version": "1.9.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/wdfn-viz/blob/master/LICENSE.md"
}
]
},
"homepageURL": "",
"downloadURL": "https://github.com/usgs/wdfn-viz/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/wdfn-viz/blob/master/LICENSE.md",
"repositoryUrl": "https://github.com/usgs/wdfn-viz.git",
"vcs": "git",
"laborHours": null,
"tags": [
"usgs",
"web site development"
],
"languages": [
"html",
"css",
"sass"
],
"contact": {
"name": "Mary Bucknell",
"email": "mbucknell@usgs.gov"
},
"date": {
"metadataLastUpdated": "2020-12-21"
}
}
]