-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathscreenshot-install.json
117 lines (117 loc) · 5.64 KB
/
screenshot-install.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "screenshot",
"description": "Cross-platform command line screenshot utility",
"versions": [
{
"version": "0.3.0",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "",
"linux": "",
"darwin": ""
},
"x64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-windows.x86_64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-darwin.x86_64.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-windows.arm64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-linux.arm64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.3.0/screenshot-0.3.0-darwin.arm64.zip"
}
}
},
{
"version": "0.2.0",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "",
"linux": "",
"darwin": ""
},
"x64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-windows.x86_64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-darwin.x86_64.zip"
},
"arm64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-windows.arm64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-linux.arm64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.2.0/screenshot-0.2.0-darwin.arm64.zip"
}
}
},
{
"version": "0.1.0",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-windows.x86.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-linux.x86.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-darwin.x86.zip"
},
"x64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-windows.x86_64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-darwin.x86_64.zip"
},
"arm64": {
"windows": "",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-linux.arm64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.1.0/screenshot-0.1.0-darwin.x86_64.zip"
}
}
},
{
"version": "0.0.1",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": "1.2.1"
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-windows.x86.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-linux.x86.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-darwin.x86.zip"
},
"x64": {
"windows": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-windows.x86_64.zip",
"linux": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/gauge_screenshot/releases/download/v0.0.1/screenshot-0.0.1-darwin.x86_64.zip"
}
}
}
]
}