luma.gl/modules/engine/package.json
2019-11-08 12:28:03 -05:00

43 lines
1.0 KiB
JSON

{
"name": "@luma.gl/engine",
"version": "8.0.0-alpha.2",
"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-alpha.2",
"@luma.gl/shadertools": "8.0.0-alpha.2",
"@luma.gl/webgl": "8.0.0-alpha.2",
"math.gl": "^3.0.0",
"probe.gl": "^3.1.1",
"seer": "^0.2.4"
},
"gitHead": "8879619ac0a9f82671715f78e98958051da8f6c5"
}