-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.2 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
45
{
"name": "@idevgames/cursor-js",
"version": "1.0.2",
"description": "Cursor.js powers dynamic, CSS-driven cursor-reactive effects using CSS variables and cursor position data, making mouse interactions effortless. Create custom animations in CSS or use cursor-animations.css for ready-made effects—full control or quick setup. Perfect for interactive websites.",
"main": "src/cursor.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iDev-Games/cursor-js.git"
},
"keywords": [
"cursor",
"mouse",
"position",
"css",
"html",
"design",
"js",
"frontend",
"simple",
"animation",
"css-animations",
"css-variables",
"cursor-animations",
"mouse-tracking",
"data-attribute-html",
"hover-effects",
"cursor-effects",
"mouse-effects",
"parallax",
"magnetic",
"tilt"
],
"author": "iDev Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/iDev-Games/cursor-js/issues"
},
"homepage": "https://github.com/iDev-Games/cursor-js#readme",
"publishConfig": {
"@iDev-Games:registry": "https://npm.pkg.github.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}