-
Notifications
You must be signed in to change notification settings - Fork 12
/
flash-install.json
33 lines (33 loc) · 1.34 KB
/
flash-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
{
"name": "flash",
"description": "Execution progress reporter for Gauge",
"versions": [{
"version": "0.0.2",
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"DownloadUrls": {
"x86": {
"windows": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-windows.x86.zip",
"linux": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-linux.x86.zip",
"darwin": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-darwin.x86.zip"
},
"x64": {
"windows": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-windows.x86_64.zip",
"linux": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-linux.x86_64.zip",
"darwin": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-darwin.x86_64.zip"
},
"arm64": {
"windows": "",
"linux": "",
"darwin": "https://github.com/getgauge/Flash/releases/download/v0.0.2/flash-0.0.2-darwin.x86_64.zip"
}
}
}]
}