{
  "name": "glsl-min-stream",
  "version": "1.0.0",
  "description": "through stream that transforms glsl-parser AST nodes and rewrites variables into shorter forms",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gl-modules/glsl-min-stream.git"
  },
  "keywords": [
    "glsl",
    "minification",
    "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",
  "dependencies": {
    "shortest": "0.0.0",
    "through": "~1.1.2",
    "cssauron-glsl": "X.X.X"
  }
}
