blob: de007100f69427366e955954bfb99d8947843983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "sciter",
"version-string": "4.4.8.3",
"port-version": 1,
"description": "Sciter is an embeddable HTML/CSS/scripting engine.",
"homepage": "https://github.com/c-smile/sciter-sdk",
"supports": "!uwp",
"features": {
"windowless": {
"description": "Uses Sciter.Lite builds"
}
}
}
|