forked from OpenROV/openrov-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 685 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 685 Bytes
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
{
"name": "OpenROV-Cockpit",
"author": "OpenROV team (http://www.openrov.com): Bran Sorem, Simone Chiaretta, Dominik Fretz",
"description": "The UI and brain of the OpenROV Remotely Operated Vehicle",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenROV/openrov-software.git"
},
"dependencies": {
"express": ">= 3.0.0rc5",
"serialport": ">= 1.0.8",
"socket.io": "",
"nconf" : "",
"request" : "",
"moment" : "",
"mkdirp" : "",
"forever-monitor" : "",
"node-xmpp" : ""
},
"bundleDependencies": [
"express",
"socket.io",
"serialport"
],
"engines": {
"node": ">= 0.8.11"
}
}