-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1006 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
42
43
44
45
46
{
"name": "key-peek",
"main": "./lib/key-peek",
"version": "0.2.12",
"description": "A slimmer, prettier version of the key binding resolver.",
"activationCommands": {
"atom-workspace": [
"key-peek:toggle"
]
},
"repository": {
"type": "git",
"url": "https://github.com/batjko/key-peek"
},
"license": "MIT",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"space-pen": "^5.0.0",
"atom-space-pen-views": "^2.0.3"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/batjko/key-peek/issues"
},
"homepage": "https://github.com/batjko/key-peek",
"_id": "key-peek@0.2.3",
"dist": {
"shasum": "1926e2069adf320406ccdeae06823f4dae330f1e"
},
"_atomModuleCache": {
"version": 1,
"dependencies": [],
"extensions": {
".coffee": [
"lib\\key-peek-view.coffee",
"lib\\key-peek.coffee"
],
".json": [
"package.json"
]
},
"folders": []
}
}