mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"name": "@luma.gl/scripts",
|
|
"description": "Scripting with luma.gl",
|
|
"license": "MIT",
|
|
"version": "0.0.0",
|
|
"private": "true",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"visualization",
|
|
"3D"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/luma.gl"
|
|
},
|
|
"main": "dist/lumagl.min.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --env.dev --progress --open",
|
|
"build-dev": "webpack --env.dev --config webpack.config.js",
|
|
"build-prod": "webpack --config webpack.config.js",
|
|
"build": "npm run build-prod"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/constants": "^7.0.0-alpha.2",
|
|
"@luma.gl/glfx": "^6.3.0-alpha.2",
|
|
"luma.gl": "^7.0.0-alpha.2"
|
|
}
|
|
}
|