-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
87 lines (87 loc) · 2.66 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
80
81
82
83
84
85
86
87
{
"name": "OpenROV-Cockpit",
"author": "OpenROV team (http://www.openrov.com)",
"description": "The UI and brain of the OpenROV Remotely Operated Vehicle",
"version": "31.0.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenROV/openrov-software.git"
},
"scripts": {
"deploy:dev": "env 'npm_config_unsafe_perm=false' env 'npm_config_shrinkwrap=false' NODE_ENV=development npm install",
"deploy:prod": "env 'npm_config_unsafe_perm=true' env 'npm_config_shrinkwrap=true' NODE_ENV=production npm install",
"build:dev": "env 'npm_config_unsafe_perm=true' env 'npm_config_shrinkwrap=false' NODE_ENV=production npm install",
"test": "./node_modules/grunt-cli/bin/grunt test",
"shrinkwrap": "NODE_ENV=production node install_lib/npm_shrinkwrap_all.js",
"prepshrinkwrap": "node install_lib/npm_shrinkwrap_removeOptionalDeps.js",
"install": "node install_lib/bower_install_all.js && node install_lib/npm_install_all.js"
},
"dependencies": {
"binary-parser": "1.1.5",
"bluebird": "^3.4.1",
"bluebird-retry": "^0.8.0",
"body-parser": "^1.14.2",
"bower": "^1.8.0",
"child-process-promise": "",
"crc": "",
"debug": "^2.2.0",
"ejs": "~2.5.1",
"errorhandler": "^1.4.3",
"eventemitter2": "^2.1.0",
"express": "=4.14.0",
"express-session": "^1.13.0",
"findit": "^2.0.0",
"forever-monitor": "",
"fs-extra": "^2.0.0",
"javascript-state-machine": "^2.3.5",
"jquery-file-upload-middleware": "",
"json-schema-defaults": "^0.2.0",
"lazy": ">= 1.0.11",
"method-override": "^2.3.5",
"mkdirp": "",
"moment": "",
"multer": "^1.1.0",
"nconf": "",
"ncp": "^2.0.0",
"object-assign": "^4.0.1",
"optimist": "",
"os-utils": "",
"pino": "^3.0.5",
"pino-arborsculpture": "^1.0.0",
"pino-trace": "^0.1.0",
"q": "^1.4.1",
"request": "^2.69.0",
"respawn": "^2.3.0",
"rimraf": "^2.5.1",
"serialport": "5.0.0-beta1",
"serve-favicon": "^2.3.0",
"serve-index": "^1.7.3",
"socket.io": "~1.4.5",
"sync": "",
"systemd": "git://github.com/plietar/node-systemd.git"
},
"engines": {
"node": ">= 6.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha": "^1.0.2",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^3.0.2",
"npm-check-updates": "^2.6.3",
"polymer-cli": "^0.16.0",
"request": "^2.69.0",
"should": "^11.0.0",
"sinon": "^1.17.3",
"spec": "^1.0.1",
"supertest": "^2.0.0",
"tap": "^6.3.2"
},
"optionalDependencies": {
"fsevents": "^1.0.14",
"i2c": ""
}
}