-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 913 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
34
35
36
37
38
39
40
41
{
"name": "jumpy",
"author": "David L. Goldberg",
"atomTestRunner": "./spec/custom-runner",
"main": "./dist/jumpy",
"version": "5.0.2",
"description": "An Atom package that creates dynamic hotkeys to jump around files across visible panes.",
"keywords": [
"hotkey",
"hotkeys",
"key bindings",
"cursor",
"jump",
"panes",
"shortcuts",
"navigation",
"productivity",
"mouseless",
"plugin",
"extension",
"jumpy"
],
"repository": "https://github.com/DavidLGoldberg/jumpy",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"lodash": "4.17.10",
"space-pen": "^4.2.2"
},
"devDependencies": {
"@types/atom": "0.0.38",
"@types/lodash": "4.14.77",
"atom-jasmine3-test-runner": "3.1.0",
"elm-test": "0.19.0-beta8",
"madge": "3.2.0",
"typescript": "2.5.3",
"uglify-js": "3.4.9"
}
}