2018-12-18 16:18:05 -08:00

19 lines
376 B
JSON

{
"name": "babel-plugin-remove-glsl-comments",
"version": "0.1.0",
"description": "Babel plugin for removing glsl comments",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"keywords": [
"babel-plugin",
"webgl",
"glsl"
],
"main": "index.js",
"dependencies": {
"minimatch": "^3.0.0"
}
}