2020-04-16 10:30:22 -04:00

20 lines
378 B
JSON

{
"name": "babel-plugin-remove-glsl-comments",
"version": "1.0.0",
"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"
}
}