51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "tsparticles-move-parallax",
|
|
"version": "2.8.0",
|
|
"description": "tsParticles Parallax movement",
|
|
"homepage": "https://particles.js.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matteobruni/tsparticles.git",
|
|
"directory": "move/parallax"
|
|
},
|
|
"keywords": [
|
|
"front-end",
|
|
"frontend",
|
|
"tsparticles",
|
|
"particles",
|
|
"particle",
|
|
"canvas",
|
|
"jsparticles",
|
|
"xparticles",
|
|
"particles-js",
|
|
"particles.js",
|
|
"particles-ts",
|
|
"particles.ts",
|
|
"typescript",
|
|
"javascript",
|
|
"animation",
|
|
"web",
|
|
"html5",
|
|
"web-design",
|
|
"webdesign",
|
|
"css",
|
|
"html",
|
|
"css3",
|
|
"animated",
|
|
"background",
|
|
"tsparticles-shape"
|
|
],
|
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/matteobruni/tsparticles/issues"
|
|
},
|
|
"main": "cjs/index.js",
|
|
"jsdelivr": "tsparticles.move.parallax.min.js",
|
|
"unpkg": "tsparticles.move.parallax.min.js",
|
|
"module": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"tsparticles-engine": "^2.8.0"
|
|
}
|
|
} |