From a32ec378b4f403babbcb36704c3311b9d8ac530c Mon Sep 17 00:00:00 2001 From: tariqksoliman Date: Tue, 11 Feb 2025 09:11:03 -0800 Subject: [PATCH] Add package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ca8934d --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "veloserver", + "version": "1.0.0", + "description": "A geospatial data visualization server designed to dynamically return velocity data such as winds and ocean currents from weather models and other datasets", + "repository": { + "type": "git", + "url": "git+https://github.com/NASA-AMMOS/Veloserver.git" + }, + "keywords": [ + "server", + "python", + "geospatial", + "gis", + "wind", + "velocity", + "currents", + "grib", + "hrrr", + "ecmwf", + "gfs", + "data", + "visualization" + ] +}