luma.gl/modules/engine/package.json
2020-04-16 10:30:22 -04:00

43 lines
1.0 KiB
JSON

{
"name": "@luma.gl/engine",
"version": "8.1.0",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/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.1.0",
"@luma.gl/gltools": "8.1.0",
"@luma.gl/shadertools": "8.1.0",
"@luma.gl/webgl": "8.1.0",
"math.gl": "^3.1.3",
"probe.gl": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}