{ "name": "mouse-event-offset", "version": "3.0.2", "description": "get relative position from an event", "main": "index.js", "license": "MIT", "author": "Matt DesLauriers ", "dependencies": {}, "devDependencies": { "tape": "~2.13.2" }, "scripts": { "test": "node test.js" }, "testling": { "files": "test.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest" ] }, "repository": { "type": "git", "url": "git://github.com/mattdesl/mouse-event-offset.git" }, "homepage": "https://github.com/mattdesl/mouse-event-offset", "bugs": { "url": "https://github.com/mattdesl/mouse-event-offset/issues" }, "keywords": [ "mouse", "event", "offset", "top", "left", "corner", "clientX", "clientY", "offsetX", "offsetY", "getBoundingClientRect", "click", "relative", "position" ] }