forked from getgauge/gauge-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreenshot-install.json
28 lines (28 loc) · 1.23 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
{
"name": "screenshot",
"description": "Cross-platform command line screenshot utility",
"versions": [{
"version": "0.0.1",
"gaugeVersionSupport": {
"minimum": "0.8.5",
"maximum": ""
},
"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"
}
}
}]
}