Skip to content

Commit

Permalink
update code.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed May 1, 2023
1 parent b876704 commit af2de6f
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion code.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
[
{
"name": "sbtools",
"organization": "U.S. Geological Survey",
"description": "USGS ScienceBase Tools",
"version": "v1.2.0",
"status": "Production",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/sbtools/-/raw/v1.2.0/LICENSE.md"
}
]
},
"homepageURL": "https://code.usgs.gov/water/sbtools/",
"downloadURL": "https://code.usgs.gov/water/sbtools/-/archive/v1.2.0/sbtools-v1.2.0.zip",
"disclaimerURL": "https://code.usgs.gov/water/sbtools/-/raw/v1.2.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/sbtools.git",
"vcs": "git",
"laborHours": 1050,
"tags": [
"USGS",
"sciencebase"
],
"languages": [
"R"
],
"contact": {
"name": "David Blodgett",
"email": "[email protected]"
},
"date": {
"metadataLastUpdated": "2023-05-01"
}
},
{
"name": "sbtools",
"organization": "U.S. Geological Survey",
Expand Down Expand Up @@ -215,4 +251,4 @@
"metadataLastUpdated": "2022-11-03"
}
}
]
]

0 comments on commit af2de6f

Please sign in to comment.