aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/node-api-headers/vcpkg.json
blob: 524af72642a8ec291874f67a6fa222fcc58f4389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "node-api-headers",
  "version": "1.5.0",
  "description": "NodeJS API for writing modules in C++",
  "homepage": "https://nodejs.org/api/addons.html",
  "license": "MIT",
  "supports": "(windows & !arm & !uwp) | linux | osx",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true,
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true,
      "platform": "windows"
    }
  ]
}