-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 904 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
32
33
34
35
36
37
{
"name": "manusnode",
"version": "0.0.1",
"description": "Node.js bindings for Manus VR gloves",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worldmaking/manusnode.git"
},
"keywords": [
"VR",
"hands"
],
"author": "Alice Lab @ York University",
"license": "MIT",
"bugs": {
"url": "https://github.com/worldmaking/manusnode/issues"
},
"homepage": "https://github.com/worldmaking/manusnode#readme",
"dependencies": {
"bindings": "^1.5.0",
"boids.js": "0.0.3",
"express": "^4.17.3",
"gl-matrix": "^3.3.0",
"openvr": "0.0.0",
"osc": "^2.4.1",
"promise-socket": "^6.0.3",
"stats.js": "^0.17.0",
"three-quaternion-from-normal": "^1.0.0",
"ws": "^7.4.6"
},
"gypfile": true
}