79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"name": "tsparticles-interaction-external-bounce",
|
|
"version": "2.8.0",
|
|
"description": "tsParticles bounce external interaction",
|
|
"homepage": "https://particles.js.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matteobruni/tsparticles.git",
|
|
"directory": "interactions/external/bounce"
|
|
},
|
|
"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",
|
|
"tsparticles-interaction"
|
|
],
|
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/matteobruni/tsparticles/issues"
|
|
},
|
|
"main": "cjs/index.js",
|
|
"jsdelivr": "tsparticles.interaction.external.bounce.min.js",
|
|
"unpkg": "tsparticles.interaction.external.bounce.min.js",
|
|
"module": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"tsparticles-engine": "^2.8.0"
|
|
}
|
|
} |