-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "spawn-confetti",
"version": "2.0.3",
"description": "🎉 Lightweight JavaScript confetti effect that spawns at the mouse position on demand.",
"main": "confetti.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alyshukry/confetti-on-click.git"
},
"keywords": [
"confetti",
"mouse effect",
"click effect",
"visual effect",
"javascript",
"frontend",
"ui",
"animation",
"canvas",
"celebration",
"svg",
"particle effect",
"event-driven",
"interactive",
"lightweight",
"customizable",
"web animation",
"dynamic effects",
"browser-based",
"fun"
],
"author": "Aly Shukry <alyshukry.dev@gmail.com> (https://alyshukry.works)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alyshukry/confetti-on-click/issues"
},
"homepage": "https://github.com/alyshukry/confetti-on-click#readme",
"dependencies": {
"spawn-confetti": "^2.0.0"
}
}