From 923711ac6aacf2b749cc056743b82be47a084ff8 Mon Sep 17 00:00:00 2001 From: Darren Swan Date: Fri, 1 Feb 2019 21:03:12 -0600 Subject: [PATCH] adding package.json --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1fd7fa9 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "subo-openmct", + "version": "0.0.1", + "description": "Suborbital's implementation of Open MCT", + "dependencies": { + "express": "^4.16.4", + "express-ws": "^4.0.0", + "openmct": "nasa/openmct", + "ws": "^6.1.2" + } +} \ No newline at end of file