bgfx/3rdparty/glsl-optimizer/package.json
2014-02-10 23:06:13 -08:00

21 lines
437 B
JSON

{
"name": "glsl-optimizer",
"version": "0.1.0",
"description": "GLSL optimizer",
"main": "build/Release/glslOptimizer.node",
"scripts": {
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/donny-dont/glsl-optimizer.git"
},
"keywords": [
"glsl",
"webgl"
],
"author": "Don Olmstead",
"license": "MIT",
"gypfile": true,
"readmeFilename": "README.md"
}