UNPKG

jquery-touch-fix

Version:

Ensure event.touches are monitored by jQuery touch listeners.

39 lines (38 loc) 737 B
{ "name": "jquery-touch-fix", "main": "jquery-touch-fix.js", "version": "1.0.2", "description": "Ensure event.touches are monitored by jQuery touch listeners.", "repository": "git@github.com:rmunson/jquery-touch-fix.git", "moduleType": [ "amd", "globals" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "jquery-touch-fix", "jquery", "touch", "event", "events", "touches" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies" : { "jquery": ">=1.7.1" }, "devDependencies": { "requirejs": "~2.1.14", "mocha": "~1.20.1", "chai": "~1.9.1" } }