UNPKG

voxel-colorist

Version:

Colour grading post-processing shader for voxel.js

40 lines (39 loc) 918 B
{ "name": "voxel-colorist", "version": "0.0.3", "description": "Colour grading post-processing shader for voxel.js", "main": "index.js", "scripts": { "prepublish": "node_modules/.bin/browserify demo/index.js -o demo/bundle.js -d", "start": "npm run prepublish && node_modules/.bin/serve demo -p 8080" }, "keywords": [ "voxel", "color", "colour", "grading", "tone", "map", "texture", "LUT", "fragment", "effects", "browserify" ], "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)", "license": "MIT", "dependencies": { "lut": "0.2.x", "webgl-texture3d": "0.x.x" }, "devDependencies": { "painterly-textures": "0.0.3", "voxel": "~0.2.0", "toolbar": "0.0.5", "voxel-player": "~0.1.0", "voxel-pp": "0.0.4", "voxel-engine": "~0.8.1", "browserify": "~2.4.0", "serve": "~0.1.2" } }