{"_id":"hammerjs","maintainers":[{"name":"arschmitz","email":"arschmitz@gmail.com"},{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"keywords":["touch","gestures"],"dist-tags":{"latest":"2.0.8"},"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"description":"A javascript library for multi-touch gestures","readme":"# Hammer.js 2.0.6\n\n[![Build Status](https://travis-ci.org/hammerjs/hammer.js.svg)](https://travis-ci.org/hammerjs/hammer.js)\n\n## Support, Questions, and Collaboration\n\n[![Slack Status](https://hammerjs.herokuapp.com/badge.svg)](https://hammerjs.herokuapp.com/)\n\n## Documentation\n\nVisit [hammerjs.github.io](http://hammerjs.github.io) for detailed documentation.\n\n```js\n// get a reference to an element\nvar stage = document.getElementById('stage');\n\n// create a manager for that element\nvar mc = new Hammer.Manager(stage);\n\n// create a recognizer\nvar Rotate = new Hammer.Rotate();\n\n// add the recognizer\nmc.add(Rotate);\n\n// subscribe to events\nmc.on('rotate', function(e) {\n    // do something cool\n    var rotation = Math.round(e.rotation);    \n    stage.style.transform = 'rotate('+rotation+'deg)';\n});\n```\n\nAn advanced demo is available here: [http://codepen.io/runspired/full/ZQBGWd/](http://codepen.io/runspired/full/ZQBGWd/)\n\n\n## Contributing\n\nRead the [contributing guidelines](./CONTRIBUTING.md).\n\nFor PRs.\n\n- Use [Angular Style commit messages](https://github.com/angular/angular.js/blob/v1.4.8/CONTRIBUTING.md#commit)\n- Rebase your PR branch when necessary\n- If you add a feature or fix a bug, please add or fix any necessary tests.\n- If a new feature, open a docs PR to go with.\n\n## Building\n\nYou can get the pre-build versions from the Hammer.js website, or do this by yourself running \n`npm install -g grunt-cli && npm install && grunt build`\n","repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"users":{"nazy":true,"maximobelen":true,"terrychan":true,"sternelee":true,"chinawolf_wyp":true,"mystaticself":true,"jian263994241":true,"bumsuk":true,"hustliu":true,"wkaifang":true,"filipve":true,"bluelovers":true,"battesonb":true,"lius971125":true,"monjer":true,"seancheung":true,"markthethomas":true,"brendanib":true,"naruco":true,"andrej-k":true,"diroru":true,"hshepherd":true,"entropy-lion":true,"ridermansb":true,"uptonking":true,"mathieuancelin":true,"mnk":true,"thevikingcoder":true,"jeandrebosch":true,"timdp":true,"panlw":true,"yanghcc":true,"shockwater":true,"thesagarsutar":true,"rebolon":true,"nisimjoseph":true,"sergii_m":true,"philiiiiiipp":true,"udaygowda":true,"ovrmrw":true,"adevil5":true,"feril":true,"markoni":true,"dnarvaez":true,"rentalhost":true,"renishskills":true,"daveyjake":true,"alex73630":true},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"license":"MIT","versions":{"2.0.0":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.0","homepage":"http://hammerjs.github.io/","licenses":[{"type":"MIT","url":"https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs-checker":"^0.4.1","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@2.0.0","dist":{"shasum":"b9e571e9171b6d549a182b72482dcf32eebc9f1c","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.0.tgz","integrity":"sha512-hnVPWDnkO3L1WDPG4+wmD7+cRhj9EYW6p6Qu6gK9xeogf7MItHjz9Clury68jGNhBIL1w6iYUm2r2/KQa0adgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA5LTvx363b8yHTdXLelNbEhBVDJRW/jg4TNQq4Ys1f/AiEA/ldNaPvPurOnyM9N7nGpQ8cnj2M8ZabrtplCefYlF8M="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"2.0.1":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.1","homepage":"http://hammerjs.github.io/","licenses":[{"type":"MIT","url":"https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs-checker":"^0.4.1","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@2.0.1","dist":{"shasum":"b194c3de1804dbcd998cd5bde972b7b75e6dc1b4","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.1.tgz","integrity":"sha512-/sfiq09G7e03v7aqvfK21rB3ZDz6zUwzxD+69gmAPVAqTh7zgjIh6zVuWvgZiOhsDAXpYXOympynDOqSSRRrzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHi7YVNNS8GRexxRrPyR/8bMSXoEJXSi4EbZbcRPyLKgAiAhZLM3xMy3TZTWWzXkfIzINL55Ak+rdoZgohvBB5hBJg=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.10":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.10","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.10","dist":{"shasum":"aca45f4bdf5d7b235477c7630e3933703ec33e88","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.10.tgz","integrity":"sha512-tnc5gHl3aLzcahSKTaWI2/iKe8CRsgDmTzvbQ5IZQrQYe46WlL3ZGRJo5AYqJ8e/BtzW1p78cifS302GjCV7ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqLwgpmWiy7hHgE/dO0YD6Ihsi7Hg8X+cOVhyMUmnyEAIhAKIoFD9hXhngbfiNQLvRKflaN5jPCv3iSPhMP6ln6Ajn"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.11":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.11","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","faketouches":"0.0.3","underscore":"1.6.x","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.11","dist":{"shasum":"85bb661a083a9d2fe86f10e12e51840c1cdc6bc1","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.11.tgz","integrity":"sha512-/8X4tSxQieHkfCwP7OyCu9ifXVjhSj1j3qKrVTNsicNc+R8x2dBySa3BgCKyqOWJBHcjb+kgoQUZGELuaON4Ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOowFU6x4bWCIW098ZGwajdwiTzkI1dwp7ZW5As3yDJAIhAPqQPg3bFEH7qqJCYE9daBnQ8n9FhoMUfu8HSrRw+MFP"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"2.0.8":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.8","homepage":"http://hammerjs.github.io/","license":"MIT","keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"contributors":[{"name":"Alexander Schmitz","email":"arschmitz@gmail.com"},{"name":"Chris Thoburn"}],"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"changelogplease":"^1.2.0","git-tags":"^0.2.4","grunt":"0.4.x","grunt-banner":"^0.2.3","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.7.x","grunt-contrib-watch":"0.6.x","grunt-jscs":"^0.8.0","grunt-string-replace":"^0.2.7","hammer-simulator":"git://github.com/hammerjs/simulator#master","jquery-hammerjs":"2.0.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"49731688380a91be07653ee2491ab48ece7952b5","_id":"hammerjs@2.0.8","_shasum":"04ef77862cff2bb79d30f7692095930222bf60f1","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"arschmitz","email":"arschmitz@gmail.com"},"maintainers":[{"name":"arschmitz","email":"arschmitz@gmail.com"},{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"04ef77862cff2bb79d30f7692095930222bf60f1","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.8.tgz","integrity":"sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIU+zJoJvAhNwtZ7Up0dYxqjqeeRRl33h6PdREdvQSqAiEApYLidRjxS3BBj8x7ZeAiJulTJwmoPBlQfrr6WoTL7g0="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hammerjs-2.0.8.tgz_1461341696692_0.5312051954679191"},"directories":{}},"2.0.6":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.6","homepage":"http://hammerjs.github.io/","license":"MIT","keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"contributors":[{"name":"Alexander Schmitz","email":"arschmitz@gmail.com"},{"name":"Chris Thoburn"}],"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"changelogplease":"^1.2.0","git-tags":"^0.2.4","grunt":"0.4.x","grunt-banner":"^0.2.3","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs":"^0.8.0","grunt-string-replace":"^0.2.7","hammer-simulator":"git://github.com/hammerjs/simulator.git#master","jquery-hammerjs":"2.0.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"9663cafbb7a602594c189b121a23f78035601a0e","_id":"hammerjs@2.0.6","_shasum":"dc9e3be6d745b1145b736c40eadbaf2234519921","_from":".","_npmVersion":"2.14.11","_nodeVersion":"4.1.1","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"arschmitz","email":"arschmitz@gmail.com"},{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"dc9e3be6d745b1145b736c40eadbaf2234519921","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.6.tgz","integrity":"sha512-nZoavd6pgT++1rPy4wXt12oJI69DmWwLbEVssCg0nHXQaXneWbvlGMLRv5cWTL+Fe+WHudRftEM2+oe5Yzw7fg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEpbmUWenvC3FRA6puGXLc6f/Mi/Gz6fapLXh9HfOxO0AiBm8ZdXno5Rs4N+4sCymmCnFCUalTbrhDpX9GtkQLbXOQ=="}]},"directories":{}},"2.0.7":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.7","homepage":"http://hammerjs.github.io/","license":"MIT","keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"contributors":[{"name":"Alexander Schmitz","email":"arschmitz@gmail.com"},{"name":"Chris Thoburn"}],"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"changelogplease":"^1.2.0","git-tags":"^0.2.4","grunt":"0.4.x","grunt-banner":"^0.2.3","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.7.x","grunt-contrib-watch":"0.6.x","grunt-jscs":"^0.8.0","grunt-string-replace":"^0.2.7","hammer-simulator":"git://github.com/hammerjs/simulator#master","jquery-hammerjs":"2.0.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"024e59a9d05f6351a08b00dd60316e9706da0936","_id":"hammerjs@2.0.7","_shasum":"bbbbb0be11401a356bcd8e9310e04fd4377cbd08","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"arschmitz","email":"arschmitz@gmail.com"},"maintainers":[{"name":"arschmitz","email":"arschmitz@gmail.com"},{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"bbbbb0be11401a356bcd8e9310e04fd4377cbd08","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.7.tgz","integrity":"sha512-UWPZXeEkfEDnibPjPjLWFBV+lt0WgVK7iCQm0D2PjrvD/ITIMIhl8qWtlKxWr1H41aC0e4N5+NSM5zBdpWP9UQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADKKjBMBx5K6Nicq22BGGda1dnA7C7qlhNjKq18Ys/eAiAIvS/pIV6oq3Wb6dAg0HD7Z4dCenJPeBTULZY9hzIm5g=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hammerjs-2.0.7.tgz_1461277511402_0.3338239269796759"},"directories":{}},"2.0.4":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.4","homepage":"http://hammerjs.github.io/","licenses":[{"type":"MIT","url":"https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-banner":"^0.2.3","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs-checker":"^0.4.1","grunt-string-replace":"^0.2.7","hammer-jquery":"git://github.com/hammerjs/jquery.hammer.js#master","hammer-simulator":"git://github.com/hammerjs/simulator#master"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"702e675f1bab25d5f6997989d43aaa5eae384f54","_id":"hammerjs@2.0.4","_shasum":"e161706d2e610ef295b16eadc515df7d9c59aa23","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"e161706d2e610ef295b16eadc515df7d9c59aa23","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.4.tgz","integrity":"sha512-7eWteNDFD5a792W0bsxLUfowijwXFIwN8JDuZ3e8+0+mQQ9Hgp0ROxr36DdhbjACwi5c0ep86loTI2NcT41ang==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwupZ75Q079RJ7OPkyppdE5+hubCD+z+WgxD4cIIA1/AIgV3Dw1BderrPqmgKFLjPinpzFC1pO0zT07855IIK7rVQ="}]},"directories":{}},"2.0.5":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.5","homepage":"http://hammerjs.github.io/","license":"MIT","keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-banner":"^0.2.3","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs":"^0.8.0","grunt-string-replace":"^0.2.7","jquery-hammerjs":"2.0.x","hammer-simulator":"git://github.com/hammerjs/simulator.git#master"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"20200132af6d5f58b336d36b3ddd28981394d1e8","_id":"hammerjs@2.0.5","_shasum":"789e7b317ca25d2eae790d8ea2333dbef9936178","_from":".","_npmVersion":"2.14.11","_nodeVersion":"4.1.1","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"arschmitz","email":"arschmitz@gmail.com"},{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"789e7b317ca25d2eae790d8ea2333dbef9936178","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.5.tgz","integrity":"sha512-lyZlqU6OEZTtO93rG9Q/phfCqhvedbEuy54MMjPQM3Veg1iGQCmOHjHHcd+e6HgzgMYWYsd2d0iFryJiwgmyFw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMSdf+g4d2oloL2TnWthUYElQobBacTcbPmQBVI9hBOAIgcV02ZxsHHRVpURcO0bHx0eG6zX9EqTE+WvTUoXuua18="}]},"directories":{}},"2.0.2":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.2","homepage":"http://hammerjs.github.io/","licenses":[{"type":"MIT","url":"https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"hammer-simulator":"git://github.com/hammerjs/simulator#master","hammer-jquery":"git://github.com/hammerjs/jquery.hammer.js#master","grunt":"0.4.x","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs-checker":"^0.4.1","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@2.0.2","dist":{"shasum":"4f2746e967ce86e1c8eb8fde4cd52b9c34aa8ca0","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.2.tgz","integrity":"sha512-74P2ePHXNtVtCjqipUZiRthcWbQWcMZLVPvpItZntYvQltEGrhw1p5ZZwgw4rv+PCVzNtIjVLH/eJ+uWrZYDNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDn4sPD+mU/TaXk3mCdi5FxgbTBjuMJ8mu5L5WL+NbeyQIhAOsAKC4HJWUSk02Az2bcewXgqpjkNQlxuqO3qLSpYlSu"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"2.0.3":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"2.0.3","homepage":"http://hammerjs.github.io/","licenses":[{"type":"MIT","url":"https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/hammerjs/hammer.js.git"},"bugs":{"url":"https://github.com/hammerjs/hammer.js/issues"},"dependencies":{},"devDependencies":{"hammer-simulator":"git://github.com/hammerjs/simulator#master","hammer-jquery":"git://github.com/hammerjs/jquery.hammer.js#master","grunt":"0.4.x","grunt-contrib-concat":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-jshint":"0.10.x","grunt-contrib-qunit":"^0.5.1","grunt-contrib-uglify":"0.4.x","grunt-contrib-watch":"0.6.x","grunt-jscs-checker":"^0.4.1","grunt-string-replace":"^0.2.7"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"gitHead":"d099656c6bb89d7484e79828960fc47a6f4e9b3c","_id":"hammerjs@2.0.3","_shasum":"1f74bc5d955658e134f6e3233a502838f9dabfad","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"dist":{"shasum":"1f74bc5d955658e134f6e3233a502838f9dabfad","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-2.0.3.tgz","integrity":"sha512-irUvY2iaWgyrvYjcs8P0y+MVxfZGYK+07ZjOx/LS8GBisGibBv/4HN2rnvFTXz6rAwVHODcn4zEJ2TPryw6R1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDizcmuVsPy/ilsTDJD0a7kD3+KKrgWz0m9MagsIliW6AIhAI8twZwFPbH1EDMdKnldhlJZ4lDm/VTo8g6jGiDYF5Sn"}]},"directories":{}},"1.0.3":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.3","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.1.x","grunt-contrib-concat":"0.1.x","grunt-contrib-uglify":"0.1.x","grunt-contrib-jshint":"0.1.x","grunt-contrib-watch":"0.2.x","grunt-contrib-qunit":"0.1.x","grunt-tagrelease":"0.1.x","faketouches":"0.0.x"},"main":"dist/hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.3","dist":{"shasum":"fb45eadd19313fb2cf1fa3da0a48e5f97aa2a79c","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.3.tgz","integrity":"sha512-5aiDXUWZHuSDE3m5/WWvlZfALAmStw2Urzr583a0Kj9AEW7w/MS+C20/1Wmmp/zVOeKqTBMOJ4DFOYH0UrzD8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEMqkn2ThGE2/L+SgyW80RzZKjwqD1SAVU8dlkUTI4KuAiEA8jMNP5shd7AH5t3DCHbEAMfZpFXZlmz8N0CopHG/Yz8="}]},"_from":"https://github.com/EightMedia/hammer.js/archive/v1.0.3.tar.gz","_resolved":"https://github.com/EightMedia/hammer.js/archive/v1.0.3.tar.gz","_npmVersion":"1.2.11","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.1.2":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.1.2","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","grunt-string-replace":"^0.2.7","grunt-contrib-yuidoc":"^0.5.2","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x","grunt-jscs-checker":"^0.4.1"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.1.2","dist":{"shasum":"0df9b6928fab2188ecb3d35e902ccdfcc0398d85","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.1.2.tgz","integrity":"sha512-9P2vhFj5oIOteeJhfdEnXOQuCB00Nr6FmH+5vkJheTI2vfYAdTbBeuDmtY+LeBlG6nlwemrrrOpmn6qurC3DpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAokRYvaKaBbGpW1L43Yhyd7/hfB7ARSj7iet/XCIqXAiEArj55twVJYdwxyRkHaoHSykg0q2TZ5CQQHK3m8bGIrGE="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.4":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.4","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.1.x","grunt-contrib-concat":"0.1.x","grunt-contrib-uglify":"0.1.x","grunt-contrib-jshint":"0.1.x","grunt-contrib-watch":"0.2.x","grunt-contrib-qunit":"0.1.x","grunt-tagrelease":"0.1.x","faketouches":"0.0.x"},"main":"dist/hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.4","dist":{"shasum":"f4e54024f168604253f0ad577a52d2ba17afb2e7","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.4.tgz","integrity":"sha512-DlNhPoVMyg7kWIyITyOq/YGlsix2rAIsIAJQ04GCSQ0uNn1K6unSzqBwz7NTl90qokWA0E1YUXkfCs4JIWR0Eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBGvpRjfKzevh+tIk3K79XfkUfAEl2J6B4r37khwZrLlAiAmitKdOfetQHuoegecWZTFjW408R8fZrbJ2ayISiArMQ=="}]},"_npmVersion":"1.1.61","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.1.3":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.1.3","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","grunt-string-replace":"^0.2.7","grunt-contrib-yuidoc":"^0.5.2","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x","grunt-jscs-checker":"^0.4.1"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.1.3","dist":{"shasum":"814a0c514f33b18cf73a55b7daa7f80128164d04","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.1.3.tgz","integrity":"sha512-DFBqkbbb/qEZJ0zlFNeIWPLP+GZcecWjPRl/b0pB1GJYVS1YkvbDATPO91SIRDbTtALaskO5Hszn8uQaumjCYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsmue7pcCMvmoHphM13115Blu2XFHiR6l4l7+6KO8qZAIhALKm6Zch37xQIB8el5bDp6ZaVTyzL1O9WmTNbvLT6zyH"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.5":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.5","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.1.x","grunt-contrib-concat":"0.1.x","grunt-contrib-uglify":"0.1.x","grunt-contrib-jshint":"0.1.x","grunt-contrib-watch":"0.2.x","grunt-contrib-qunit":"0.1.x","grunt-tagrelease":"0.1.x","faketouches":"0.0.x"},"main":"dist/hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.5","dist":{"shasum":"49d99bbec393edd4b197a5165c092a38ac91a786","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.5.tgz","integrity":"sha512-JgzfVafqL1yQSsFCgVVhUEYibC3UzYOiFcWMCE2MEBfphbmMA0y89bwwGwN1zdJKvkFgxkPLBupffKX1Ua5nqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2SqtkjHek13Wfyiif9RoNPjsaajT4FjIruxrHT/VmJAIgFtDFDR1U10qSmPXNLyOg/m2Ws5fIYJFtsxT6wrn2LhA="}]},"_npmVersion":"1.1.61","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.6":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.6","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.5.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.2.x","grunt-contrib-jshint":"0.7.x","grunt-contrib-watch":"0.5.x","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.5.x","grunt-saucelabs":"4.1.x","grunt-contrib-qunit":"~0.3.0"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.6","dist":{"shasum":"88d1bf5d25826ec9523e2afd19771c0835916af3","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.6.tgz","integrity":"sha512-RTMFghWx1SRJ3jxfwgkvsv7df2C2yXkw0NyZEFjGzi5rUofY50OHIA7FOIdVZMaefJVG10MrOGVjP9RZQImawQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCW2axrdvSDkLzGAfIy6X5Lt8qajwkceHyZepF5SDu0ZwIhAJTrmjhj0xNPFa58vYkfmwLh0nI39GQYwwIP00Ka9uE1"}]},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.8":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.8","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.8.x","grunt-contrib-watch":"0.5.x","grunt-contrib-qunit":"0.4.x","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.5.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.8","dist":{"shasum":"bf21a628962bc96a58c5fd3428aed29e13909335","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.8.tgz","integrity":"sha512-2zldE8JTZdIsiw1zzQ/HFKSXbF7djFCsJttMyVGkG2/qYZWFDmdeh9oJ6aGBYmX3MZnteMXXFyHDTmsPsmaYDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDEvw/IjHZQdnIIIsqvPCNw4QtFckENcaeZRJiia8b4gIgLhNAZA1i8JSsUNuoBjKtk9dCTgyGHDVSfWIl4gvubQQ="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.9":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.9","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.9","dist":{"shasum":"020565ef1a5210eeb68882cf97a813273d79fef3","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.9.tgz","integrity":"sha512-yJ4OlBProoyjova/1pyvaWQF1Yo11x0kVldcXkZZ5AeY9nYTm6MS3BbeM2zDxQcsMKAYl4Fx5V/1MboQgjdr7w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0bICUcXjMsd23TsC8v1Se20L3oSiP0dzS1m3VwNkiYAIhAL3Dw4SJZfG98zszMFs/XrpFh9WCef9Pmvpu82NOzTlY"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.3-dev":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.3-dev","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.1.x","grunt-contrib-concat":"0.1.x","grunt-contrib-uglify":"0.1.x","grunt-contrib-jshint":"0.1.x","grunt-contrib-watch":"0.2.x","grunt-contrib-qunit":"0.1.x","grunt-tagrelease":"0.1.x"},"main":"dist/hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.3-dev","dist":{"shasum":"4cb5d7f58e67429d58c3b35d5a794e27d0002f55","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.3dev.tgz","integrity":"sha512-g0DbRc3Vx+OfFjyzYqrpcLe1NNEJHIKiEwMWX5/Sr40oVH2TZSVaFgAxs0p+mp5SIg6Oes2uUcP9M9NRn8kgyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv5m5XiEcwUkN8PdlWgPSt8gjR/7DkJau6sZ+w8MSbCAiEAsiGRd2vrEe2g+mIZzwWRVfY6vRZQMcfXcw8cDLryY1c="}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.1.0":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.1.0","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","grunt-string-replace":"^0.2.7","grunt-contrib-yuidoc":"^0.5.2","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.1.0","dist":{"shasum":"3b29a9095d0e45dc655d4e287ba8d853069da7d3","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.1.0.tgz","integrity":"sha512-QlsRij08jWLrok+fTe5Eo5ScNGohUbv/lsm3k/tD4/87Z5ytl+8Rj1qBCVmjbrATslMP2oFEpyYNWHHKSqjM5Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPFf6v13yDu+tU/dIrvIYFVbBZQh3+Em+Bsdd7P8OZwAiEAoa0m6EAfxH21VSEpu+5qtAd/0malpc7ssM0hFHFPx44="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.0.2":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.0.2","homepage":"http://eightmedia.github.com/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures","ender"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.1.x","grunt-contrib-concat":"0.1.x","grunt-contrib-uglify":"0.1.x","grunt-contrib-jshint":"0.1.x","grunt-contrib-watch":"0.2.x","grunt-contrib-qunit":"0.1.x","grunt-tagrelease":"0.1.x"},"main":"dist/hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.0.2","dist":{"shasum":"db80fe59ed10767120887c9fec5e65f98d922946","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.0.2.tgz","integrity":"sha512-E8TxsrFWhL2VGn1supUKOo4Vo4urPvhrswVMK1lahTulTzn/J5eM7443zw6YzJ9D6kfKCPWMtEInOLfxI6Iytg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG4KvgjDmjHhjnbF4bwl2p4CtbabmvRy1cl37Z1gQgVPAiAeJrXf8ND4kcb4iPiJePCuQ6sG2LoFv+/5A9Cz91DKPg=="}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}},"1.1.1":{"name":"hammerjs","title":"Hammer.JS","description":"A javascript library for multi-touch gestures","version":"1.1.1","homepage":"http://eightmedia.github.io/hammer.js","licenses":[{"type":"MIT","url":"https://github.com/eightmedia/hammer.js/blob/master/LICENSE"}],"keywords":["touch","gestures"],"author":{"name":"Jorik Tangelder","email":"j.tangelder@gmail.com"},"repository":{"type":"git","url":"git://github.com/eightmedia/hammer.js.git"},"bugs":{"url":"https://github.com/eightmedia/hammer.js/issues"},"dependencies":{},"devDependencies":{"grunt":"0.4.x","grunt-contrib-connect":"0.7.x","grunt-contrib-concat":"0.3.x","grunt-contrib-uglify":"0.4.x","grunt-contrib-jshint":"0.9.x","grunt-contrib-watch":"0.6.x","grunt-contrib-qunit":"0.4.x","grunt-string-replace":"^0.2.7","grunt-contrib-yuidoc":"^0.5.2","faketouches":"git://github.com/jtangelder/faketouches.js.git","underscore":"1.6.x","grunt-jscs-checker":"^0.4.1"},"main":"hammer.js","engines":{"node":">=0.8.0"},"scripts":{"test":"grunt test"},"_id":"hammerjs@1.1.1","dist":{"shasum":"1e3fddb3bfe0b6f3710b8ff2f203fcfbf4463a76","tarball":"https://nexus.nspop.dk/nexus/repository/nsp-npm/hammerjs/-/hammerjs-1.1.1.tgz","integrity":"sha512-FIXJvimcXSKbuzPYFGbFbBtGsVJQXcue8rDPT/Vm0YxE3p47Qg6nc8WepohDH+84zu60aD/9xi1qlAzIM3OfZA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICrhOudD/2Vw8xUPPl59OAFFHW/RkHyxTvg+EiEEe/L2AiBi6jtiBXedZjLsOwKY734JGrK4Ye0a2K1aAxFKy/wugg=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jtangelder","email":"j.tangelder@gmail.com"},"maintainers":[{"name":"jtangelder","email":"j.tangelder@gmail.com"}],"directories":{}}},"name":"hammerjs","time":{"1.0.10":"2014-03-28T15:18:17.936Z","1.0.11":"2014-05-20T14:00:09.787Z","modified":"2025-05-07T15:16:31.013Z","1.0.3dev":"2013-02-27T16:52:42.929Z","1.0.3-dev":"2014-03-13T10:05:42.345Z","2.0.0":"2014-07-11T12:57:51.594Z","2.0.1":"2014-07-15T17:17:46.944Z","created":"2013-02-27T16:52:40.274Z","2.0.8":"2016-04-22T16:14:57.222Z","2.0.6":"2015-12-29T20:19:38.405Z","2.0.7":"2016-04-21T22:25:11.929Z","2.0.4":"2014-09-28T10:14:11.775Z","2.0.5":"2015-12-29T20:18:23.734Z","2.0.2":"2014-07-26T18:27:26.782Z","2.0.3":"2014-09-10T07:16:06.260Z","1.0.3":"2013-03-03T10:07:44.877Z","1.1.2":"2014-04-25T09:43:24.499Z","1.0.4":"2013-03-23T12:39:59.366Z","1.1.3":"2014-05-20T14:01:04.132Z","1.0.5":"2013-04-07T09:48:17.728Z","1.0.6":"2014-01-02T11:59:00.129Z","1.0.7":"2014-03-11T15:54:10.038Z","1.0.8":"2014-03-13T10:58:25.718Z","1.0.9":"2014-03-18T11:14:04.281Z","1.0.4dev":"2013-03-03T10:05:31.741Z","1.1.0":"2014-04-23T08:56:09.683Z","1.0.2":"2013-02-27T16:59:28.163Z","1.1.1":"2014-04-23T12:08:49.924Z"},"readmeFilename":"README.md","contributors":[{"name":"Alexander Schmitz","email":"arschmitz@gmail.com"},{"name":"Chris Thoburn"}],"homepage":"http://hammerjs.github.io/"}