@tsparticles/editor
Version:
tsParticles Configuration Editor
69 lines (68 loc) • 2.03 kB
JSON
{
"name": "@tsparticles/editor",
"version": "3.1.1",
"description": "tsParticles Configuration Editor",
"keywords": [
"front-end",
"frontend",
"tsparticles",
"particles.js",
"particles",
"editor",
"dat.gui",
"javascript",
"wysiwyg"
],
"author": "Matteo Bruni <matteo.bruni@me.com>",
"homepage": "https://particles.js.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/editor.git",
"directory": "components/editor"
},
"bugs": {
"url": "https://github.com/tsparticles/editor/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/matteobruni"
},
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"dependencies": {
"@tsparticles/engine": "^3.7.1",
"@tsparticles/interaction-external-attract": "^3.7.1",
"@tsparticles/interaction-external-bounce": "^3.7.1",
"@tsparticles/interaction-external-bubble": "^3.7.1",
"@tsparticles/interaction-external-connect": "^3.7.1",
"@tsparticles/interaction-external-grab": "^3.7.1",
"@tsparticles/interaction-external-pause": "^3.7.1",
"@tsparticles/interaction-external-push": "^3.7.1",
"@tsparticles/interaction-external-remove": "^3.7.1",
"@tsparticles/interaction-external-repulse": "^3.7.1",
"@tsparticles/interaction-light": "^3.7.1",
"@tsparticles/interaction-particles-links": "^3.7.1",
"@tsparticles/plugin-absorbers": "^3.7.1",
"@tsparticles/plugin-emitters": "^3.7.1",
"@tsparticles/plugin-export-json": "^3.7.1",
"@tsparticles/plugin-infection": "^3.7.1",
"object-gui": "^2.0.2"
},
"main": "cjs/index.js",
"jsdelivr": "tsparticles.editor.min.js",
"unpkg": "tsparticles.editor.min.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"publishConfig": {
"access": "public"
}
}