mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
38 lines
764 B
JSON
38 lines
764 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/aras-p/glsl-optimizer.git"
|
|
},
|
|
"keywords": [
|
|
"glsl",
|
|
"webgl",
|
|
"shader",
|
|
"optimize",
|
|
"optimizer",
|
|
"opengl",
|
|
"essl",
|
|
"es",
|
|
"opengles"
|
|
],
|
|
"readmeFilename": "README.md",
|
|
"author": "Aras Pranckevičius",
|
|
"license": "MIT",
|
|
"gypfile": true,
|
|
"bugs": {
|
|
"url": "https://github.com/aras-p/glsl-optimizer/issues"
|
|
},
|
|
"homepage": "https://github.com/aras-p/glsl-optimizer",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"nan": "~1.2.0"
|
|
}
|
|
}
|