1 | {
|
2 | "name": "tsparticles",
|
3 | "version": "3.5.0",
|
4 | "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
|
5 | "homepage": "https://particles.js.org",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "git+https://github.com/tsparticles/tsparticles.git",
|
9 | "directory": "bundles/full"
|
10 | },
|
11 | "keywords": [
|
12 | "front-end",
|
13 | "frontend",
|
14 | "tsparticles",
|
15 | "particles.js",
|
16 | "particlesjs",
|
17 | "particles",
|
18 | "particle",
|
19 | "canvas",
|
20 | "jsparticles",
|
21 | "xparticles",
|
22 | "particles-js",
|
23 | "particles-bg",
|
24 | "particles-bg-vue",
|
25 | "particles-ts",
|
26 | "particles.ts",
|
27 | "react-particles-js",
|
28 | "react-particles.js",
|
29 | "react-particles",
|
30 | "react",
|
31 | "reactjs",
|
32 | "vue-particles",
|
33 | "ngx-particles",
|
34 | "angular-particles",
|
35 | "particleground",
|
36 | "vue",
|
37 | "vuejs",
|
38 | "preact",
|
39 | "preactjs",
|
40 | "jquery",
|
41 | "angularjs",
|
42 | "angular",
|
43 | "typescript",
|
44 | "javascript",
|
45 | "animation",
|
46 | "web",
|
47 | "html5",
|
48 | "web-design",
|
49 | "webdesign",
|
50 | "css",
|
51 | "html",
|
52 | "css3",
|
53 | "animated",
|
54 | "background",
|
55 | "confetti",
|
56 | "canvas",
|
57 | "fireworks",
|
58 | "fireworks-js",
|
59 | "confetti-js",
|
60 | "confettijs",
|
61 | "fireworksjs",
|
62 | "canvas-confetti"
|
63 | ],
|
64 | "author": "Matteo Bruni <matteo.bruni@me.com>",
|
65 | "license": "MIT",
|
66 | "bugs": {
|
67 | "url": "https://github.com/tsparticles/tsparticles/issues"
|
68 | },
|
69 | "funding": [
|
70 | {
|
71 | "type": "github",
|
72 | "url": "https://github.com/sponsors/matteobruni"
|
73 | },
|
74 | {
|
75 | "type": "github",
|
76 | "url": "https://github.com/sponsors/tsparticles"
|
77 | },
|
78 | {
|
79 | "type": "buymeacoffee",
|
80 | "url": "https://www.buymeacoffee.com/matteobruni"
|
81 | }
|
82 | ],
|
83 | "sideEffects": false,
|
84 | "jsdelivr": "tsparticles.bundle.min.js",
|
85 | "unpkg": "tsparticles.bundle.min.js",
|
86 | "browser": "browser/index.js",
|
87 | "main": "cjs/index.js",
|
88 | "module": "esm/index.js",
|
89 | "types": "types/index.d.ts",
|
90 | "exports": {
|
91 | ".": {
|
92 | "types": "./types/index.d.ts",
|
93 | "browser": "./browser/index.js",
|
94 | "import": "./esm/index.js",
|
95 | "require": "./cjs/index.js",
|
96 | "umd": "./umd/index.js",
|
97 | "default": "./cjs/index.js"
|
98 | },
|
99 | "./package.json": "./package.json"
|
100 | },
|
101 | "dependencies": {
|
102 | "@tsparticles/engine": "^3.5.0",
|
103 | "@tsparticles/interaction-external-trail": "^3.5.0",
|
104 | "@tsparticles/plugin-absorbers": "^3.5.0",
|
105 | "@tsparticles/plugin-emitters": "^3.5.0",
|
106 | "@tsparticles/plugin-emitters-shape-circle": "^3.5.0",
|
107 | "@tsparticles/plugin-emitters-shape-square": "^3.5.0",
|
108 | "@tsparticles/shape-text": "^3.5.0",
|
109 | "@tsparticles/slim": "^3.5.0",
|
110 | "@tsparticles/updater-destroy": "^3.5.0",
|
111 | "@tsparticles/updater-roll": "^3.5.0",
|
112 | "@tsparticles/updater-tilt": "^3.5.0",
|
113 | "@tsparticles/updater-twinkle": "^3.5.0",
|
114 | "@tsparticles/updater-wobble": "^3.5.0"
|
115 | },
|
116 | "publishConfig": {
|
117 | "access": "public"
|
118 | }
|
119 | }
|