mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-19 08:54:45 +08:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "gl",
|
|
"version": "6.0.2",
|
|
"description": "Creates a WebGL context without a window",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"browser": "browser_index.js",
|
|
"engines": {
|
|
"node": ">=14.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.17.0",
|
|
"node-abi": "^3.26.0",
|
|
"node-gyp": "^9.2.0",
|
|
"prebuild-install": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"angle-normals": "^1.0.0",
|
|
"bunny": "^1.0.1",
|
|
"faucet": "^0.0.3",
|
|
"gl-conformance": "^2.0.9",
|
|
"prebuild": "^11.0.4",
|
|
"snazzy": "^9.0.0",
|
|
"standard": "^17.0.0",
|
|
"tape": "^5.6.1"
|
|
},
|
|
"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
|
|
}
|