canvasparticles-js
Version:
In an HTML canvas, a bunch of interactive particles connected with lines when they approach each other.
60 lines (59 loc) • 1.35 kB
JSON
{
"name": "canvasparticles-js",
"version": "3.7.1",
"description": "In an HTML canvas, a bunch of interactive particles connected with lines when they approach each other.",
"main": "canvasParticles.js",
"module": "canvasParticles.mjs",
"types": "canvasParticles.d.ts",
"type": "module",
"scripts": {
"test": "exit 0"
},
"files": [
"./canvasparticles.d.ts",
"./canvasParticles.js",
"./canvasParticles.mjs"
],
"exports": {
".": {
"require": "./canvasParticles.js",
"import": "./canvasParticles.mjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khoeckman/canvasparticles-js.git"
},
"author": "Kyle Hoeckman",
"license": "MIT",
"bugs": {
"url": "https://github.com/Khoeckman/canvasparticles-js/issues"
},
"homepage": "https://khoeckman.github.io/canvasparticles-js/",
"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"
]
}