forked from stackgl/headless-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "gl",
"version": "5.0.3",
"description": "Creates a WebGL context without a window",
"main": "index.js",
"directories": {
"test": "test"
},
"browser": "browser_index.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "standard | snazzy && tape test/*.js | faucet",
"rebuild": "node-gyp rebuild --verbose",
"prebuild": "prebuild --all --strip",
"install": "prebuild-install || node-gyp rebuild"
},
"dependencies": {
"bindings": "^1.5.0",
"bit-twiddle": "^1.0.2",
"glsl-tokenizer": "^2.1.5",
"nan": "^2.16.0",
"node-abi": "^3.22.0",
"node-gyp": "^9.0.0",
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"angle-normals": "^1.0.0",
"bunny": "^1.0.1",
"faucet": "^0.0.1",
"gl-conformance": "^2.0.9",
"prebuild": "^11.0.3",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tape": "^5.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/headless-gl.git"
},
"keywords": [
"webgl",
"opengl",
"gl",
"headless",
"server",
"gpgpu"
],
"author": "Mikola Lysenko",
"license": "BSD-2-Clause",
"gypfile": true
}