glsl-specular-beckmann
Version:
Beckmann specular distribution for GLSL
41 lines (40 loc) • 868 B
JSON
{
"name": "glsl-specular-beckmann",
"version": "1.1.2",
"description": "Beckmann specular distribution for GLSL",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "beefy example/example.js --open"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-specular-beckmann.git"
},
"keywords": [
"beckmann",
"specular",
"distribution",
"power",
"glsl",
"highlight",
"shiny",
"glslify"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackgl/glsl-specular-beckmann/issues"
},
"homepage": "https://github.com/stackgl/glsl-specular-beckmann",
"devDependencies": {
"a-big-triangle": "^1.0.0",
"glslify": "^1.6.0",
"beefy": "^2.1.1"
},
"browserify": {
"transform": "glslify"
}
}