mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
37 lines
863 B
JSON
37 lines
863 B
JSON
{
|
|
"name": "@luma.gl/gltools",
|
|
"version": "8.1.0",
|
|
"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"
|
|
],
|
|
"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": "8.1.0",
|
|
"probe.gl": "^3.2.1"
|
|
},
|
|
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
|
|
}
|