Last active
December 24, 2017 22:21
-
-
Save NickNaso/56d61bbf824077f2d084a5f14f794e61 to your computer and use it in GitHub Desktop.
bcrypt-napi package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| "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