There is quite confusing about how to use the HammerJS jQuery-Plugin in conjunction with RequireJS. It took me a real amount of time to research it.
The final simple answer which is working for me the following code, just added in front of the jQuery plugin require-call:
define('hammerjs', function() {
return Hammer;
});