-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.09 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
{
"name": "@idevgames/keys-js",
"version": "1.0.0",
"description": "Keys.js powers dynamic, CSS-driven keyboard-reactive effects using CSS variables and keyboard state data. Create custom keyboard animations in CSS or use keys-animations.css for ready-made effects—full control or quick setup. Perfect for interactive websites and games.",
"main": "src/keys.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iDev-Games/keys-JS.git"
},
"keywords": [
"keyboard",
"keys",
"keypress",
"css",
"html",
"design",
"js",
"frontend",
"simple",
"animation",
"css-animations",
"css-variables",
"keyboard-animations",
"data-attribute-html",
"interactive",
"keyboard-events",
"key-binding",
"keydown",
"keyup",
"gaming",
"ui-effects"
],
"author": "iDev Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/iDev-Games/keys-JS/issues"
},
"homepage": "https://github.com/iDev-Games/keys-JS#readme",
"publishConfig": {
"@iDev-Games:registry": "https://npm.pkg.github.com"
}
}