-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "rosmct",
"version": "0.1.0",
"description": "OpenMCT integration with Ros",
"scripts": {
"start": "node src/servers/server.js",
"ros-system-test": "node test/ros-system-test.js",
"ros-system-collection-test": "node test/ros-system-collection-test.js",
"realtime-server-test": "node test/realtime-server-test.js",
"postinstall": "cd node_modules/openmct && npm install"
},
"repository": {
"type": "git",
"url": "git+https://dwatkins@github.com/rosmod/rosmct.git"
},
"keywords": [
"ros",
"openmct"
],
"author": "openmct",
"license": "MIT",
"bugs": {
"url": "https://github.com/rosmod/rosmct/issues"
},
"homepage": "https://github.com/rosmod/rosmct#readme",
"dependencies": {
"express": "^4.16.2",
"express-ws": "^3.0.0",
"openmct": "nasa/openmct",
"q": "^1.5.1",
"roslib": "^0.19.0",
"ws": "^3.3.2"
}
}