-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "node-pviewer",
"version": "1.0.6",
"bin": {
"pviewer": "gui.js",
"pserver": "pserver/app.js"
},
"scripts": {
"install": "node setup.js"
},
"author": "Takuma Hirayama <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/picam360/node-pviewer.git"
},
"dependencies": {
"async": "*",
"aws-iot-device-sdk": "*",
"aws-sdk": "*",
"axios": "^1.4.0",
"cors": "^2.8.5",
"electron": "11.1.1",
"electron-devtools-installer": "^3.2.0",
"eventemitter3": "*",
"express": "*",
"fast-xml-parser": "^4.5.0",
"i2c-bus": "*",
"jsonc-parser": "^3.3.1",
"macaddress": "^0.5.1",
"moment": "*",
"nmea-simple": "^3.3.0",
"node-gpsd": "*",
"node-pstcore": "1.0.6",
"python-shell": "*",
"quaternion": "^1.4.2",
"range-parser": "^1.2.1",
"redis": "^4.7.0",
"rimraf": "*",
"rosnodejs": "^3.1.0",
"serialport": "^12.0.0",
"socket.io": "*",
"sprintf-js": "*",
"uuid": "~3.3.3",
"uuid-parse": "*",
"xmlhttprequest": "^1.8.0",
"yargs": "^17.7.2"
}
}