diff options
Diffstat (limited to 'vcpkg/ports/node-api-headers/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/node-api-headers/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/node-api-headers/vcpkg.json b/vcpkg/ports/node-api-headers/vcpkg.json new file mode 100644 index 0000000..524af72 --- /dev/null +++ b/vcpkg/ports/node-api-headers/vcpkg.json @@ -0,0 +1,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" + } + ] +} |