UNPKG

voxel-shader

Version:

shader for voxel-mesher with ambient occulusion (voxel.js plugin)

44 lines (43 loc) 907 B
{ "name": "voxel-shader", "version": "0.15.3", "description": "shader for voxel-mesher with ambient occulusion (voxel.js plugin)", "main": "aoshader.js", "dependencies": { "gl-mat4": "^1.0.3", "gl-shader": "^4.1.1", "glslify": "^5.0.0", "inherits": "^2.0.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/deathcap/voxel-shader.git" }, "keywords": [ "voxel", "plugins", "ambient", "occlusion", "shader", "webgl", "ndarray" ], "author": "Mikola Lysenko", "contributors": [ "deathcap <deathcap@gmx.co.uk>", "z3t0 <zetoslab@gmail.com>" ], "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/deathcap/voxel-shader/issues" }, "browserify": { "transform": [ "glslify" ] } }