mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 22:49:01 +08:00
18 lines
296 B
JSON
18 lines
296 B
JSON
|
{
|
||
|
"name": "hjson-cpp",
|
||
|
"version": "2.4.1",
|
||
|
"description": "Hjson for C++",
|
||
|
"homepage": "https://hjson.github.io",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|