UNPKG

touch-position

Version:
46 lines (45 loc) 992 B
{ "name": "touch-position", "version": "2.0.0", "description": "get current touch/mouse position", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": { "events": "^1.0.2", "mouse-event-offset": "^3.0.2" }, "devDependencies": { "budo": "^8.1.0", "dom-css": "^2.0.0", "raf-loop": "^1.1.3", "semistandard": "^7.0.5" }, "scripts": { "test": "semistandard && node test.js", "start": "budo demo.js:bundle.js --live" }, "keywords": [ "touch", "mouse", "position", "move", "mousemove", "touchmove", "touchstart", "window", "vector" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/touch-position.git" }, "homepage": "https://github.com/mattdesl/touch-position", "bugs": { "url": "https://github.com/mattdesl/touch-position/issues" } }