forked from OpenROV/openrov-cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "OpenROV-Cockpit",
"author": "OpenROV team (http://www.openrov.com)",
"description": "The UI and brain of the OpenROV Remotely Operated Vehicle",
"version": "30.1.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenROV/openrov-software.git"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test",
"install": "node install_lib/bower_install_all.js && node install_lib/npm_install_all.js"
},
"dependencies": {
"binary-parser": "1.1.5",
"body-parser": "^1.14.2",
"bower": "=1.7.7",
"crc": "",
"debug": "^2.2.0",
"ejs": "~2.4.1",
"errorhandler": "^1.4.3",
"eventemitter2": "^0.4.14",
"express": "=4.13.4",
"express-session": "^1.13.0",
"findit": "^2.0.0",
"forever-monitor": "",
"jquery-file-upload-middleware": "",
"json-schema-defaults": "^0.1.1",
"lazy": ">= 1.0.11",
"method-override": "^2.3.5",
"mkdirp": "",
"moment": "",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"nconf": "",
"ncp": "^2.0.0",
"object-assign": "^4.0.1",
"optimist": "",
"os-utils": "",
"q": "^1.4.1",
"request": "^2.69.0",
"respawn": "^2.3.0",
"rimraf": "^2.5.1",
"serialport": "git://github.com/EmergingTechnologyAdvisors/node-serialport.git",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.3",
"socket.io": "~1.4.5",
"sync": "",
"systemd": "git://github.com/plietar/node-systemd.git",
"bluebird": "^3.4.1",
"fs-extra": "",
"child-process-promise": ""
},
"bundleDependencies": [
"express",
"socket.io",
"serialport"
],
"engines": {
"node": ">= 0.10.15"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.15",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^2.4.5",
"npm-check-updates": "^2.6.3",
"phantomjs": "^2.1.3",
"request": "^2.69.0",
"should": "^8.2.1",
"sinon": "^1.17.3",
"spec": "^1.0.1",
"supertest": "^1.1.0",
"tap": "^5.4.2"
}
}