forked from sitcomlab/RCARAP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 810 Bytes
/
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
{
"name": "sp-rcarap",
"version": "1.0.0",
"description": "Supporting Remote Collaboration with Augmented Reality and Architectural Plans",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitcomlab/SP-RCARAP.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sitcomlab/SP-RCARAP/issues"
},
"homepage": "https://github.com/sitcomlab/SP-RCARAP#readme",
"dependencies": {
"electron": "^2.0.0",
"electron-rebuild": "^1.7.3",
"electron-remote": "^1.2.0",
"express": "^4.16.3",
"fs": "0.0.1-security",
"node-glfw-3": "^0.3.3",
"node-librealsense": "^0.2130.0",
"opencv4nodejs": "^4.8.0",
"socket.io": "^2.1.1",
"util": "^0.11.0"
}
}