@luma.gl/webgl2-polyfill
Version:
WebGL2 API Polyfills for WebGL1 WebGLRenderingContext
33 lines (32 loc) • 795 B
JSON
{
"name": "@luma.gl/webgl2-polyfill",
"version": "7.3.2",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"keywords": [
"webgl2",
"webgl",
"polyfill"
],
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"esnext": "dist/es6/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": "7.3.2"
},
"gitHead": "f425977255e8ecad243d34bc4e805445f8d738fe"
}