{
  "name": "@tsparticles/plugin-poisson-disc",
  "version": "3.9.1",
  "description": "tsParticles poisson disc plugin",
  "homepage": "https://particles.js.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsparticles/tsparticles.git",
    "directory": "plugins/poisson"
  },
  "keywords": [
    "front-end",
    "frontend",
    "tsparticles",
    "particles.js",
    "particlesjs",
    "particles",
    "particle",
    "canvas",
    "jsparticles",
    "xparticles",
    "particles-js",
    "particles-bg",
    "particles-bg-vue",
    "particles-ts",
    "particles.ts",
    "react-particles-js",
    "react-particles.js",
    "react-particles",
    "react",
    "reactjs",
    "vue-particles",
    "ngx-particles",
    "angular-particles",
    "particleground",
    "vue",
    "vuejs",
    "preact",
    "preactjs",
    "jquery",
    "angularjs",
    "angular",
    "typescript",
    "javascript",
    "animation",
    "web",
    "html5",
    "web-design",
    "webdesign",
    "css",
    "html",
    "css3",
    "animated",
    "background",
    "confetti",
    "canvas",
    "fireworks",
    "fireworks-js",
    "confetti-js",
    "confettijs",
    "fireworksjs",
    "canvas-confetti",
    "tsparticles-plugin"
  ],
  "author": "Matteo Bruni <matteo.bruni@me.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tsparticles/tsparticles/issues"
  },
  "jsdelivr": "tsparticles.plugin.poisson.min.js",
  "unpkg": "tsparticles.plugin.poisson.min.js",
  "browser": "browser/index.js",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "browser": "./browser/index.js",
      "import": "./esm/index.js",
      "require": "./cjs/index.js",
      "umd": "./umd/index.js",
      "default": "./cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@tsparticles/engine": "3.9.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
