UNPKG

node-pre-gyp-init

Version:

Resolves a native binding at runtime and builds it if doesn't exist

29 lines (28 loc) 705 B
{ "name": "node-pre-gyp-init", "version": "1.2.1", "description": "Resolves a native binding at runtime and builds it if doesn't exist", "main": "./index.js", "author": "Chris Barber <chris@cb1inc.com> (https://github.com/cb1kenobi)", "license": "MIT", "keywords": [ "node-pre-gyp", "gyp", "native", "addon", "module", "c", "c++", "bindings", "binary" ], "dependencies": { "@mapbox/node-pre-gyp": "^1.0.1" }, "homepage": "https://github.com/cb1kenobi/node-pre-gyp-init", "bugs": "https://github.com/cb1kenobi/node-pre-gyp-init/issues", "repository": { "type": "git", "url": "git://github.com/cb1kenobi/node-pre-gyp-init.git" } }