blob: fd035eee26b3fd7b4e32dc62d335a9a249dde168 (
plain)
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
|
{
"name": "webthing-cpp",
"version": "1.2.0",
"description": "Webthing-CPP is a modern CPP/C++17 implementation of the WebThings API.",
"homepage": "https://github.com/bw-hro/webthing-cpp",
"license": "MIT",
"dependencies": [
"json-schema-validator",
"mdns",
"nlohmann-json",
"uwebsockets",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"ssl": {
"description": "Support HTTPS via uwebsockets",
"dependencies": [
{
"name": "uwebsockets",
"features": [
"ssl"
]
}
]
}
}
}
|