glsl-deparser
Version:
through stream that translates glsl-parser AST nodes into working glsl code
33 lines (32 loc) • 792 B
JSON
{
"name": "glsl-deparser",
"version": "1.0.0",
"description": "through stream that translates glsl-parser AST nodes into working glsl code",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cssauron-glsl": "X.X.X",
"through": "~1.1.2"
},
"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"
}