Skip to content

Commit

Permalink
Update code.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ehimmelstoss-usgs authored Dec 18, 2018
1 parent cb4a35b commit 425ba5c
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,44 @@
"name": "dsasv5",
"organization": "U.S. Geological Survey",
"description": "Digital Shoreline Analysis System version 5.0",
"version": "version 5.0, preliminary",
"status": "under review",
"version": "5.0.20181212.1400",
"status": "development",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://github.com/usgs/dsasv5/blob/master/LICENSE.md"
"URL": "https://code.usgs.gov/cch/dsas"
}
]
},

"homepageURL": "https://usgs.github.io/dsasv5/",
"downloadURL": "https://github.com/usgs/dsasv5/archive/master.zip",
"disclaimerURL": "https://github.com/usgs/dsasv5/blob/master/LICENSE.md",
"repositoryUrl": "https://github.com/usgs/dsasv5.git",
"homepageURL": "https://code.usgs.gov/cch/dsas",
"downloadURL": "https://code.usgs.gov/cch/dsas/DSASAddin.zip",
"disclaimerURL": "https://code.usgs.gov/cch/dsas/LICENSE.md",
"repositoryUrl": "https://code.usgs.gov/cch/dsas.git",
"vcs": "git",

"laborHours": null,
"laborHours": 0,

"tags": [
"USGS",
"U.S. Geological Survey",
"Woods Hole Coastal and Marine Hazards Research Program",
"WHCMHRP",
"Coastal Change Hazards",
"CCH",
"DSAS",
"Digital Shoreline Analysis System",
"Shoreline change",
"Shoreline analysis",
"ArcMap"
],

"languages": [
"English"
"Python",
".NET Framework",
],

"contact": {
Expand All @@ -39,7 +49,7 @@
},

"date": {
"metadataLastUpdated": "2018-02-14"
"metadataLastUpdated": "2018-12-18"
}
}
]
Expand Down

0 comments on commit 425ba5c

Please sign in to comment.