forked from mekanoe/node-openvr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 805 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 805 Bytes
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": "node-openvr",
"version": "0.1.0",
"description": "Node bindings to OpenVR",
"homepage": "https://github.com/kayteh/node-openvr#readme",
"license": "MIT",
"keywords": [
"glfw",
"opengl",
"openvr",
"vr",
"3d",
"graphics"
],
"author": "Katalina T. <kata@kat.cafe>",
"repository": {
"type": "git",
"url": "git+https://github.com/kayteh/node-openvr.git"
},
"bugs": {
"url": "https://github.com/kayteh/node-openvr/issues"
},
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild",
"r": "node-gyp rebuild",
"s": "node samples/image-overlay/index.js",
"rs": "npm run r && npm run s"
},
"engines": {
"node": ">=12.16.3"
},
"dependencies": {
"node-addon-api": "3.1.0",
"bindings": "^1.5.0"
}
}