{
  "name": "marcs-glsl-optimizer",
  "version": "0.1.3",
  "description": "GLSL optimizer, by Aras Pranckevičius",
  "main": "build/Release/glslOptimizer.node",
  "scripts": {
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/marcopompili/glsl-optimizer.git"
  },
  "keywords": [
    "glsl",
    "webgl",
    "shader",
    "optimize",
    "optimizer",
    "opengl",
    "essl",
    "es",
    "opengles"
  ],
  "readmeFilename": "README.md",
  "author": "Marco Pompili",
  "license": "MIT",
  "engines": {
    "node": ">= 0.12.0"
  },
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/marcopompili/glsl-optimizer/issues"
  },
  "homepage": "https://github.com/marcopompili/glsl-optimizer",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "nan": "~2.6.x"
  }
}
