1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/node_modules/keycode/component.json
Daniel d4d042e041 Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
2021-10-26 14:52:45 -03:00

24 lines
383 B
JSON

{
"name": "keycode",
"repo": "timoxley/keycode",
"description": "Map of keyboard codes",
"version": "2.2.0",
"development": {
"timoxley/assert": "*"
},
"scripts": [
"index.js"
],
"license": "MIT",
"keywords": [
"keyboard",
"keycode",
"keyboardevent",
"ascii",
"keydown",
"keyup",
"metakey",
"keyname",
"keypress"
]
}