mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
36 lines
728 B
JSON
36 lines
728 B
JSON
{
|
|
"name": "luma.gl",
|
|
"version": "7.3.0-beta.2",
|
|
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/luma.gl"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"visualization",
|
|
"animation",
|
|
"3d"
|
|
],
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"esnext": "dist/es6/index.js",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"addons.js",
|
|
"constants.js",
|
|
"debug.js",
|
|
"headless.js",
|
|
"webgl1.js",
|
|
"README.md"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@luma.gl/addons": "7.3.0-beta.2",
|
|
"@luma.gl/constants": "7.3.0-beta.2",
|
|
"@luma.gl/core": "7.3.0-beta.2"
|
|
}
|
|
}
|