{
  "name": "glsl-rotate",
  "version": "2.0.1",
  "description": "GLSL rotation functions with matrices: 2D and 3D (with X/Y/Z convenience functions) available both as ES modules strings and as GLSL files for use with glslify.",
  "keywords": [
    "glsl",
    "rotate",
    "glslify",
    "webgl",
    "shader"
  ],
  "homepage": "https://github.com/dmnsgn/glsl-rotate",
  "bugs": "https://github.com/dmnsgn/glsl-rotate/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmnsgn/glsl-rotate.git"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://paypal.me/dmnsgn"
    },
    {
      "type": "individual",
      "url": "https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3"
    }
  ],
  "license": "MIT",
  "author": "Damien Seguin (https://github.com/dmnsgn)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./index.js"
    }
  },
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "glslify test/index.glsl"
  },
  "devDependencies": {
    "glsl-constants": "^2.0.1",
    "glslify": "^7.1.1"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "snowdev": {
    "dependencies": []
  }
}
