mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-03-06 05:49:47 +01:00
31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"name": "slate-hotkeys",
|
|
"description": "A set of function to detect common keypresses in a platform-agnostic way",
|
|
"version": "0.2.7",
|
|
"license": "MIT",
|
|
"repository": "git://github.com/ianstormtaylor/slate.git",
|
|
"main": "lib/slate-hotkeys.js",
|
|
"module": "lib/slate-hotkeys.es.js",
|
|
"umd": "dist/slate-hotkeys.js",
|
|
"umdMin": "dist/slate-hotkeys.min.js",
|
|
"files": [
|
|
"dist/",
|
|
"lib/"
|
|
],
|
|
"dependencies": {
|
|
"is-hotkey": "0.1.4",
|
|
"slate-dev-environment": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./dist ./lib ./node_modules"
|
|
},
|
|
"keywords": [
|
|
"contenteditable",
|
|
"editor",
|
|
"keybinding",
|
|
"keypress",
|
|
"slate",
|
|
"text"
|
|
]
|
|
}
|