aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hjson-cpp/vcpkg.json
blob: b9799b16aaabca0f833e6b4b373f2325f90c73c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}