{
  "name": "three-wboit",
  "version": "1.0.15",
  "description": "Weighted, blended order independent transparency pass for use with three.js.",
  "module": "src/index.js",
  "main": "build/index.umd.cjs",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "src/*",
    "build/*"
  ],
  "keywords": [
    "order-independent-transparency",
    "weighted-blended",
    "wboit",
    "oit",
    "mesh",
    "graphics",
    "threejs",
    "three-js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevinz/three-wboit.git"
  },
  "author": "Stephens Nunnally <stephens@scidian.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevinz/three-wboit/issues"
  },
  "homepage": "https://github.com/stevinz/three-wboit",
  "peerDependencies": {
    "three": ">= 0.125.0"
  },
  "devDependencies": {
    "rollup": "^2.58.0",
    "three": "^0.125.0"
  },
  "private": false
}
