29 lines
706 B
JSON
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"
|
|
}
|
|
}
|