engine-sniff
Engine detection utilities
Last resort when feature detection is not enough
Usage
var isSafari = ; if isSafari ;
Installation
npm
In your project path:
$ npm install engine-sniff
Browser
You can easily bundle engine-sniff for browser with CJS boundler of your choice. No favorite yet? Try either Browserify, Webmake or Webpack
Tests
$ npm test