voxel-decals
Version:
add textured planes to block faces (voxel.js plugin)
31 lines (30 loc) • 568 B
JSON
{
"name": "voxel-decals",
"description": "add textured planes to block faces (voxel.js plugin)",
"version": "0.2.1",
"main": "decals.js",
"repository": {
"type": "git",
"url": "git@github.com:deathcap/voxel-decals.git"
},
"keywords": [
"voxel",
"plugin",
"decal",
"texture",
"blocks"
],
"dependencies": {
"gl-buffer": "^2.0.6",
"gl-mat4": "^1.1.2",
"gl-shader": "^4.1.1",
"gl-vao": "^1.1.2",
"glslify": "^5.0.0"
},
"browserify": {
"transform": [
"glslify"
]
},
"license": "MIT"
}