{ "name": "gl", "version": "8.1.6", "description": "Creates a WebGL context without a window", "main": "index.js", "browser": "src/javascript/browser-index.js", "directories": { "test": "test" }, "engines": { "node": ">=18.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.22.0", "node-abi": "^3.71.0", "node-gyp": "^10.2.0", "prebuild-install": "^7.1.2" }, "devDependencies": { "angle-normals": "^1.0.0", "bunny": "^1.0.1", "faucet": "^0.0.4", "gl-conformance": "^2.0.9", "prebuild": "^13.0.1", "snazzy": "^9.0.0", "standard": "^17.1.2", "tape": "^5.9.0" }, "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 }