Skip to content

Commit

Permalink
Add a composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandragauss committed Mar 7, 2023
1 parent fa35c43 commit 5fcd2f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "uriweb/uri-tides",
"type": "wordpress-plugin",
"description": "Display live tide data from NOAA",
"authors": [
{
"name": "URI Web Communications",
"email": "web-group@uri.edu",
"homepage": "https://github.com/uriweb"
}
],
"homepage": "https://www.uri.edu",
"license": "GPL-3.0-only",
"require": {
"php": ">=7.4"
}
}

0 comments on commit 5fcd2f4

Please sign in to comment.