@@ -56,4 +56,11 @@ var Detector = {
}
-};
+};
+
+// browserify support
+if ( typeof module === 'object' ) {
+ module.exports = Detector;
+}