@andrewray/glsl-deparser
Version:
through stream that translates glsl-parser AST nodes into working glsl code
30 lines (29 loc) • 746 B
JSON
{
"name": "@andrewray/glsl-deparser",
"version": "1.0.4",
"description": "through stream that translates glsl-parser AST nodes into working glsl code",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-modules/glsl-deparser.git"
},
"keywords": [
"glsl",
"deparser",
"stream"
],
"authors": [
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
"Mikola Lysenko <mikolalysenko@gmail.com> (http://0fps.net)",
"Chris Dickinson <chris@neversaw.us> (http://neversaw.us)"
],
"license": "MIT"
}