Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
growlnotify: function(title, text){
var growl = require('growl');
growl.notify(text, {title:title});
},
'notify-send':function(title, text){