adding package.json

This commit is contained in:
Darren Swan 2019-02-01 21:03:12 -06:00
parent 1e886b909b
commit 923711ac6a

11
package.json Normal file
View File

@ -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"
}
}