-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "hyper-panes-iterm2-hotkeys",
"version": "0.2.1",
"description": "Hyper panes navigation with iTerm2 hotkeys",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamstarkov/hyper-panes-iterm2-hotkeys.git"
},
"keywords": [
"hyperterm-plugin",
"hyper-plugin",
"hyperterm",
"hyper",
"iterm2",
"hotkey",
"hotkeys",
"shortcut",
"shortcuts"
],
"author": "Vladimir Starkov <iamstarkov@gmail.com> (https://iamstarkov.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamstarkov/hyper-panes-iterm2-hotkeys/issues"
},
"homepage": "https://github.com/iamstarkov/hyper-panes-iterm2-hotkeys#readme",
"dependencies": {
"mousetrap": "^1.6.0"
}
}