gl-gif
Version:
Quickly and easily generate looping GIFs using WebGL
46 lines (45 loc) • 1 kB
JSON
{
"name": "gl-gif",
"version": "3.1.0",
"description": "Quickly and easily generate looping GIFs using WebGL",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "beefy example.js:bundle.js --open -- -t glslify",
"prepublish": "browserify example.js -o bundle.js -t glslify"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"canvas-pixels": "0.0.0",
"tab64": "0.0.1"
},
"devDependencies": {
"a-big-triangle": "^1.0.0",
"beefy": "^2.1.1",
"browserify": "^5.12.1",
"gl-context": "^0.1.1",
"glslify": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/gl-gif.git"
},
"keywords": [
"gl",
"webgl",
"stackgl",
"gif",
"loop",
"meme",
"gratuitous",
"cats"
],
"homepage": "https://github.com/hughsk/gl-gif",
"bugs": {
"url": "https://github.com/hughsk/gl-gif/issues"
}
}