This commit is contained in:
LucasVbr
2021-11-07 19:29:39 +01:00
parent 672806d493
commit 59f7576e98
23 changed files with 2883 additions and 178 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "particles.js",
"main": "particles.js",
"homepage": "https://github.com/VincentGarreau/particles.js",
"authors": [
"Vincent Garreau <vin.garreau@gmail.com>"
],
"description": "A lightweight JavaScript library for creating particles.",
"keywords": [
"particle",
"particles"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}