MorseTrackerSwCode/package.json

21 lines
494 B
JSON
Raw Permalink Normal View History

2019-02-02 03:03:12 +00:00
{
"name": "subo-openmct",
"version": "0.0.1",
"description": "Suborbital's implementation of Open MCT",
2019-02-02 04:35:06 +00:00
"main": "server/server.js",
"scripts": {
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://git.turnsys.com/Suborbital-Systems/OpenMCT.git"
},
2019-02-02 03:03:12 +00:00
"dependencies": {
"express": "^4.16.4",
"express-ws": "^4.0.0",
"openmct": "nasa/openmct",
"ws": "^6.1.2"
2019-02-02 04:35:06 +00:00
}
}