UNPKG

3.79 kBJSONView Raw
1{
2 "name": "tsparticles-all",
3 "version": "2.12.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/matteobruni/tsparticles.git",
9 "directory": "bundles/all"
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/matteobruni/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 "main": "cjs/index.js",
84 "module": "esm/index.js",
85 "jsdelivr": "tsparticles.all.bundle.min.js",
86 "unpkg": "tsparticles.all.bundle.min.js",
87 "types": "types/index.d.ts",
88 "sideEffects": false,
89 "dependencies": {
90 "tsparticles": "^2.12.0",
91 "tsparticles-engine": "^2.12.0",
92 "tsparticles-interaction-light": "^2.12.0",
93 "tsparticles-interaction-particles-repulse": "^2.12.0",
94 "tsparticles-path-curves": "^2.12.0",
95 "tsparticles-path-perlin-noise": "^2.12.0",
96 "tsparticles-path-polygon": "^2.12.0",
97 "tsparticles-path-simplex-noise": "^2.12.0",
98 "tsparticles-path-svg": "^2.12.0",
99 "tsparticles-plugin-canvas-mask": "^2.12.0",
100 "tsparticles-plugin-easing-back": "^2.12.0",
101 "tsparticles-plugin-easing-circ": "^2.12.0",
102 "tsparticles-plugin-easing-cubic": "^2.12.0",
103 "tsparticles-plugin-easing-expo": "^2.12.0",
104 "tsparticles-plugin-easing-quart": "^2.12.0",
105 "tsparticles-plugin-easing-quint": "^2.12.0",
106 "tsparticles-plugin-easing-sine": "^2.12.0",
107 "tsparticles-plugin-export-image": "^2.12.0",
108 "tsparticles-plugin-export-json": "^2.12.0",
109 "tsparticles-plugin-export-video": "^2.12.0",
110 "tsparticles-plugin-hsv-color": "^2.12.0",
111 "tsparticles-plugin-infection": "^2.12.0",
112 "tsparticles-plugin-motion": "^2.12.0",
113 "tsparticles-plugin-polygon-mask": "^2.12.0",
114 "tsparticles-plugin-sounds": "^2.12.0",
115 "tsparticles-shape-arrow": "^2.12.0",
116 "tsparticles-shape-bubble": "^2.12.0",
117 "tsparticles-shape-cards": "^2.12.0",
118 "tsparticles-shape-cog": "^2.12.0",
119 "tsparticles-shape-heart": "^2.12.0",
120 "tsparticles-shape-multiline-text": "^2.12.0",
121 "tsparticles-shape-path": "^2.12.0",
122 "tsparticles-shape-rounded-polygon": "^2.12.0",
123 "tsparticles-shape-rounded-rect": "^2.12.0",
124 "tsparticles-shape-spiral": "^2.12.0",
125 "tsparticles-updater-gradient": "^2.12.0",
126 "tsparticles-updater-orbit": "^2.12.0"
127 }
128}