luma.gl/modules/engine/package.json
2019-12-20 20:52:30 -05:00

43 lines
1.0 KiB
JSON

{
"name": "@luma.gl/engine",
"version": "8.0.0-beta.4",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"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",
"README.md"
],
"sideEffects": false,
"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.0.0-beta.4",
"@luma.gl/gltools": "8.0.0-beta.4",
"@luma.gl/shadertools": "8.0.0-beta.4",
"@luma.gl/webgl": "8.0.0-beta.4",
"math.gl": "^3.1.2",
"probe.gl": "^3.2.0"
},
"gitHead": "8deca643b658ddf6d8fb279df6417b8901a6fc93"
}