From b2ebde656cc87c1c1104dea77c0663a3c0745c4a Mon Sep 17 00:00:00 2001 From: "jay.hennen" Date: Thu, 26 Dec 2019 13:22:41 -0800 Subject: [PATCH] added package.json for npm --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..31cbba0 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "compass-rose-ui", + "main": "compass-rose-ui.js", + "version": "1.0.0", + "author": "James Makela ", + "description": "a javascript control for selecting velocity and direction for wind and water.", + "license": "CC0", + "repository": "https://github.com/NOAA-ORR-ERD/compass-rose-ui", + "dependencies": { + "jquery": ">=1.9.0" + } + } \ No newline at end of file