luma.gl/modules/main/package.json
2019-09-17 16:57:29 -07:00

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"
}
}