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