canvasparticles-js
Version:
In an HTML canvas, a bunch of interactive particles connected with lines when they approach each other.
78 lines (77 loc) • 1.81 kB
JSON
{
"name": "canvasparticles-js",
"version": "4.3.2",
"description": "In an HTML canvas, a bunch of interactive particles connected with lines when they approach each other.",
"author": "Khoeckman",
"license": "MIT",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"default": "./dist/index.umd.js"
}
},
"files": [
"src/",
"dist/"
],
"scripts": {
"test": "exit 0",
"build": "rollup -c",
"prepack": "npm run build"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^24.10.6",
"pnpm": "^10.28.0",
"prettier": "^3.7.4",
"rollup": "^4.55.1",
"rollup-plugin-delete": "^3.0.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://khoeckman.github.io/canvasparticles-js/",
"repository": {
"type": "git",
"url": "git+https://github.com/Khoeckman/canvasparticles-js.git"
},
"bugs": {
"url": "https://github.com/Khoeckman/canvasparticles-js/issues"
},
"keywords": [
"front-end",
"frontend",
"canvas",
"particle",
"particles",
"jsparticles",
"js-particles",
"particles.js",
"particles-js",
"xparticles",
"background",
"animation",
"animated",
"interactive",
"interaction",
"web",
"webdesign",
"web-design",
"javascript",
"js",
"ecmascript",
"module",
"html5",
"html"
]
}