svelte-keybinds
Version:
Minimalistic keybinds interface, with rebinding and saving. Made for Svelte.
27 lines • 677 B
JSON
{
"name": "svelte-keybinds",
"version": "1.0.9",
"description": "Minimalistic keybinds interface, with rebinding and saving. Made for Svelte.",
"main": "Keybinds.svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/ThaUnknown/svelte-keybinds.git"
},
"keywords": [
"keybinds",
"keyboard",
"svelte",
"binds",
"rebinding",
"dragdrop"
],
"author": "ThaUnknown",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThaUnknown/svelte-keybinds/issues"
},
"homepage": "https://github.com/ThaUnknown/svelte-keybinds#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}