{
  "name": "glsl-tiling",
  "version": "1.0.1",
  "description": "utility function for the tessallation of the [0, 1] plane.",
  "main": "index.js",
  "scripts": {
    "test": "glslify test.glsl | glsl-testify | tap-spec",
    "release": "np"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/riccardoscalco/glsl-tiling.git"
  },
  "bugs": {
    "url": "https://github.com/riccardoscalco/glsl-tiling/issues"
  },
  "keywords": [
    "glsl",
    "tiling",
    "tessellation",
    "grid",
    "webgl",
    "glslify"
  ],
  "license": "MIT",
  "devDependencies": {
    "glsl-testify": "^1.0.0",
    "glslify": "^7.0.0",
    "np": "^5.0.3",
    "tap-spec": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
