UNPKG

1.98 kBJSONView Raw
1{
2 "name": "tsparticles-engine",
3 "version": "2.0.6",
4 "description": "Easily create highly customizable particle, confetti and fireworks 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 "scripts": {
7 "install": "node ./scripts/install.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/matteobruni/tsparticles.git",
12 "directory": "engine"
13 },
14 "keywords": [
15 "tsparticles",
16 "particles.js",
17 "particlesjs",
18 "particles",
19 "particle",
20 "canvas",
21 "jsparticles",
22 "xparticles",
23 "particles-js",
24 "particles-bg",
25 "particles-bg-vue",
26 "particles-ts",
27 "particles.ts",
28 "react-particles-js",
29 "react-particles.js",
30 "react-particles",
31 "react",
32 "reactjs",
33 "vue-particles",
34 "ngx-particles",
35 "angular-particles",
36 "particleground",
37 "vue",
38 "vuejs",
39 "preact",
40 "preactjs",
41 "jquery",
42 "angularjs",
43 "angular",
44 "typescript",
45 "javascript",
46 "animation",
47 "web",
48 "html5",
49 "web-design",
50 "webdesign",
51 "css",
52 "html",
53 "css3",
54 "animated",
55 "background",
56 "confetti",
57 "canvas",
58 "fireworks",
59 "fireworks-js",
60 "confetti-js",
61 "confettijs",
62 "fireworksjs",
63 "canvas-confetti"
64 ],
65 "author": "Matteo Bruni <matteo.bruni@me.com>",
66 "license": "MIT",
67 "bugs": {
68 "url": "https://github.com/matteobruni/tsparticles/issues"
69 },
70 "funding": [
71 {
72 "type": "github",
73 "url": "https://github.com/sponsors/matteobruni"
74 },
75 {
76 "type": "buymeacoffee",
77 "url": "https://www.buymeacoffee.com/matteobruni"
78 }
79 ],
80 "main": "cjs/index.js",
81 "module": "esm/index.js",
82 "jsdelivr": "tsparticles.engine.min.js",
83 "unpkg": "tsparticles.engine.min.js",
84 "types": "types/index.d.ts"
85}
\No newline at end of file