glsl-blend-overlay
Version:
blend mode 'overlay' for GLSL
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "glsl-blend-overlay",
"version": "1.0.5",
"description": "blend mode 'overlay' for GLSL",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "wzrd demo.js:bundle.js -- -t glslify",
"test": "browserify test.js -t glslify | tap-closer | smokestack | tap-spec",
"bundle": "browserify demo.js -t glslify | uglifyjs -cm > bundle.js"
},
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "http://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"gl-blend-demo": "^1.0.1",
"browserify": "^8.1.1",
"domready": "^1.0.7",
"gl-shader-output": "^1.0.2",
"glslify": "^1.6.0",
"smokestack": "^3.2.0",
"tap-closer": "^1.0.0",
"tap-spec": "^2.2.0",
"tape": "^3.4.0",
"test-fuzzy-array": "^1.0.1",
"uglify-js": "^2.4.16",
"wzrd": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/Jam3/glsl-blend-overlay.git"
},
"keywords": [
"ecosystem:stackgl",
"blend",
"blend mode",
"mode",
"glsl",
"glslify",
"stackgl"
],
"homepage": "https://github.com/Jam3/glsl-blend-overlay",
"bugs": {
"url": "https://github.com/Jam3/glsl-blend-overlay/issues"
}
}