mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"name": "babel-plugin-inline-webgl-constants",
|
|
"version": "1.0.2",
|
|
"description": "Babel plugin for replacing long gl constants with the shorter corresponding numbers",
|
|
"license": "MIT",
|
|
"author": "Ib Green",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/luma.gl"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"webgl",
|
|
"strip gl constants"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@luma.gl/constants": "^8.3.0"
|
|
}
|
|
}
|