Skip to content

Instantly share code, notes, and snippets.

@NickNaso
Last active December 24, 2017 22:21
Show Gist options
  • Select an option

  • Save NickNaso/56d61bbf824077f2d084a5f14f794e61 to your computer and use it in GitHub Desktop.

Select an option

Save NickNaso/56d61bbf824077f2d084a5f14f794e61 to your computer and use it in GitHub Desktop.
bcrypt-napi package.json
...
"scripts": {
"test": "npm install --build-from-source && nodeunit test",
"install": "node-gyp rebuild"
},
"dependencies": {
"bindings": "1.3.0",
"node-addon-api": "1.1.0"
},
"gypfile": true,
"devDependencies": {
"nodeunit": "~0.9.1"
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment