mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "babel-plugin-remove-glsl-comments",
|
|
"private": true,
|
|
"version": "9.0.0-alpha.42",
|
|
"description": "Babel plugin for removing glsl comments",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/luma.gl"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"webgl",
|
|
"glsl"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.0"
|
|
},
|
|
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
|
|
}
|