mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
35 lines
618 B
JSON
35 lines
618 B
JSON
{
|
|
"name": "@luma.gl/constants",
|
|
"version": "7.0.0-alpha.6",
|
|
"description": "WebGL and WebGL2 constants",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/luma.gl"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"glsl",
|
|
"debug",
|
|
"3d"
|
|
],
|
|
"main": "src/index.js",
|
|
"module": "src/index.js",
|
|
"esnext": "src/index.js",
|
|
"files": [
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"scripts": {
|
|
"clean": "echo nothing to clean",
|
|
"build": "echo nothing to build"
|
|
}
|
|
}
|