UNPKG

slate-hotkeys

Version:

A set of function to detect common keypresses in a platform-agnostic way

31 lines (30 loc) 692 B
{ "name": "slate-hotkeys", "description": "A set of function to detect common keypresses in a platform-agnostic way", "version": "0.2.11", "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.2" }, "scripts": { "clean": "rimraf ./dist ./lib ./node_modules" }, "keywords": [ "contenteditable", "editor", "keybinding", "keypress", "slate", "text" ] }