-
-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy pathservo.json
More file actions
22 lines (22 loc) · 775 Bytes
/
servo.json
File metadata and controls
22 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "0.0.1",
"description": "Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.",
"homepage": "https://servo.org/",
"license": "MPL-2.0",
"url": "https://github.com/servo/servo/releases/download/v0.0.1/servo-x86_64-windows-msvc.zip",
"hash": "a8b0d9a28538fa29d26978802daecaa9710762bb8dc5b7fb1ba3576feac7ba18",
"extract_dir": "servo",
"bin": "servo.exe",
"shortcuts": [
[
"servo.exe",
"Servo"
]
],
"checkver": {
"github": "https://github.com/servo/servo"
},
"autoupdate": {
"url": "https://github.com/servo/servo/releases/download/v$version/servo-x86_64-windows-msvc.zip"
}
}