mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add bcrypt as optional dependency to speed up Pi,
but not force compile on Windows. Fix to close Issue #585
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
"passport-oauth2-client-password":"0.1.2",
|
||||
"oauth2orize":"1.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bcrypt":"0.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
|
||||
Reference in New Issue
Block a user