detectIe
A node module to detect the IE browser version, returns false for non IE browsers
Thanks to mario z for the code
var detectIe = require('detectIe');
console.log(detectIe());
A module to detect the IE browser version, returns false for non IE browsers