{
  "name": "glsl-read-float",
  "version": "1.1.0",
  "description": "Read floating point values back from WebGL",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "beefy --open example/example.js -- --transform glslify"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/glsl-read-float.git"
  },
  "keywords": [
    "glsl",
    "read",
    "float",
    "gpu",
    "gl",
    "webgl",
    "gpgpu",
    "glslify"
  ],
  "authors": [
    "ultraist",
    "Mikola Lysenko"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/glsl-read-float/issues"
  },
  "homepage": "https://github.com/mikolalysenko/glsl-read-float",
  "devDependencies": {
    "canvas-fit": "0.0.0",
    "gl-context": "^0.1.0",
    "a-big-triangle": "0.0.0",
    "glslify": "^1.5.0"
  }
}
