EG/Cesium-1.132/node_modules/glsl-strip-comments/package.json
2025-08-25 17:48:13 +08:00

29 lines
706 B
JSON

{
"name": "glsl-strip-comments",
"version": "1.0.0",
"description": "Strip comments from GLSL code.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://yuichiroharai@github.com/yuichiroharai/glsl-strip-comments.git"
},
"author": {
"name": "Yuichiroh Arai",
"url": "http://www.yuichiroharai.com/"
},
"keywords": [
"glsl"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yuichiroharai/glsl-strip-comments/issues"
},
"homepage": "https://github.com/yuichiroharai/glsl-strip-comments#readme",
"dependencies": {
"glsl-tokenizer": "^2.1.2"
}
}