@luma.gl/gltools
Version:
WebGL2 API Polyfills for WebGL1 WebGLRenderingContext
39 lines (38 loc) • 940 B
JSON
{
"name": "@luma.gl/gltools",
"version": "8.5.21",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl2",
"webgl",
"polyfill"
],
"types": "src/index.d.ts",
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"files": [
"src",
"dist",
"README.md"
],
"scripts": {
"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.5.21",
"@probe.gl/env": "^3.5.0",
"@probe.gl/log": "^3.5.0",
"@types/offscreencanvas": "^2019.7.0"
},
"gitHead": "a25cd26e6ad4df757b02004270c9c1872566c76f"
}