UNPKG

is-undo-redo

Version:

check if a key event is undo or redo

50 lines (49 loc) 984 B
{ "name": "is-undo-redo", "version": "1.0.0", "description": "check if a key event is undo or redo", "main": "index.js", "license": "MIT", "author": "Matt DesLauriers <dave.des@gmail.com>", "dependencies": {}, "devDependencies": { "tape": "~2.13.2" }, "scripts": { "test": "node test.js" }, "testling": { "files": "test.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest" ] }, "repository": { "type": "git", "url": "git://github.com/mattdesl/is-undo-redo.git" }, "homepage": "https://github.com/mattdesl/is-undo-redo", "bugs": { "url": "https://github.com/mattdesl/is-undo-redo/issues" }, "keywords": [ "is", "undo", "redo", "action", "key", "keystroke", "keybinding", "binding", "shortcut", "ctrl", "z" ] }