-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.11 KB
/
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
47
48
49
50
51
52
53
{
"name": "scroll-sync",
"main": "./lib/scroll-sync",
"version": "0.2.4",
"description": "Synchronize scrolling of two editor panes by content.",
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"author": {
"name": "Mark Hahn",
"url": "https://github.com/mark-hahn"
},
"contributors": [
{
"name": "George Brindeiro",
"url": "https://github.com/georgebrindeiro"
},
{
"name": "Thomas P.",
"url": "https://github.com/TPXP"
},
{
"name": "Filipe Augusto Miranda",
"url": "https://github.com/kinetoskombi"
},
{
"name": "laslojuly",
"url": "https://github.com/lazlojuly"
},
{
"name": "Tony Brix",
"url": "https://github.com/UziTech"
}
],
"repository": {
"type": "git",
"url": "https://github.com/georgebrindeiro/scroll-sync"
},
"bugs": {
"url": "https://github.com/georgebrindeiro/scroll-sync/issues"
},
"license": "MIT",
"engines": {
"atom": ">0.170.0"
},
"dependencies": {
"diff_match_patch": "0.1.x"
}
}