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

44 lines
955 B
JSON

{
"name": "@luma.gl/webgl",
"version": "8.1.0",
"description": "WebGL2 Classes",
"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,
"browser": {
"gl": false,
"gl/wrap": 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",
"probe.gl": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}