aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/node-addon-api/vcpkg.json
blob: bde571de6a54945a5a1160f16ab0b31e9b2c314e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "node-addon-api",
  "version": "8.3.1",
  "description": "Module for using Node-API from C++",
  "homepage": "https://github.com/nodejs/node-addon-api",
  "license": "MIT",
  "supports": "((windows & !arm) | linux | osx) & !uwp",
  "dependencies": [
    "node-api-headers",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}