forked from OpenROV/openrov-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "OpenROV-Cockpit",
"author": "OpenROV team (http://www.openrov.com)",
"description": "The UI and brain of the OpenROV Remotely Operated Vehicle",
"version": "2.5.1",
"repository": {
"type": "git",
"url": "git://github.com/OpenROV/openrov-software.git"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"express": "= 3.4.8",
"serialport": ">= 1.0.8",
"ejs": "~0.8.3",
"socket.io": "~1.1.0",
"nconf": "",
"request": "",
"moment": "",
"mkdirp": "",
"forever-monitor": "",
"optimist": "",
"lazy": ">= 1.0.11",
"sync": "",
"os-utils": "",
"jquery-file-upload-middleware": "",
"bower": ""
},
"bundleDependencies": [
"express",
"socket.io",
"serialport"
],
"engines": {
"node": ">= 0.10.15"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha": "^0.4.11",
"grunt-simple-mocha": "^0.4.0",
"grunt-mocha" : "^0.4.11",
"mocha": "^1.21.4",
"phantomjs": "^1.9.9",
"should": "^4.0.4",
"sinon": "^1.10.3",
"spec": "^1.0.1",
"supertest": "^0.13.0",
"tap": "^0.4.12"
}
}