mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
22 lines
437 B
JSON
22 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"
|
||
|
}
|