{
  "name": "mapbox-glsl-optimizer",
  "version": "0.1.3",
  "description": "GLSL optimizer",
  "main": "./lib/glslOptimizer.node",
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build",
    "test": "node tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aras-p/glsl-optimizer.git"
  },
  "binary": {
    "module_name" : "glslOptimizer",
    "module_path" : "./lib/",
    "host"        : "https://mapbox-node-binary.s3.amazonaws.com",
    "remote_path" : "./{name}/v{version}/",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
  },
  "keywords": [
    "glsl",
    "webgl",
    "shader",
    "optimize",
    "optimizer",
    "opengl",
    "essl",
    "es",
    "opengles"
  ],
  "readmeFilename": "README.md",
  "author": "Aras Pranckevičius",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/aras-p/glsl-optimizer/issues"
  },
  "homepage": "https://github.com/aras-p/glsl-optimizer",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "nan": "~1.2.0",
    "node-pre-gyp": "~0.5.19"
  },
  "bundledDependencies": [
      "node-pre-gyp"
  ],
  "devDependencies": {
      "aws-sdk": "~2.0.0-rc.19"
  }
}
