keyboard/package.json

20 lines
441 B
JSON
Raw Normal View History

2020-11-03 18:05:23 +08:00
{
"name": "@bytedo/keyboard",
2020-11-05 22:39:52 +08:00
"version": "1.2.0",
2020-11-03 18:05:23 +08:00
"description": "支持各种按钮组合。原生js开发, 无任何依赖(不到2KB)。使用也非常简单。",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/keyboard.git"
},
2020-11-05 22:39:52 +08:00
"keywords": [
"keyboard",
"hotkey",
"shortcut",
"yutent"
],
2020-11-03 18:05:23 +08:00
"author": "yutent",
"license": "MIT",
"dependencies": {}
}