1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-06 05:49:47 +01:00
Ian Storm Taylor bcc61a0bb2 Publish
- slate-hotkeys@0.2.7
 - slate-react@0.19.5
2018-10-24 14:52:39 -07:00

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"
]
}