UNPKG

dom-mousemove-dispatcher

Version:
34 lines (33 loc) 847 B
{ "name": "dom-mousemove-dispatcher", "version": "1.0.1", "description": "Fire a mousemove on the DOM", "main": "dist/bundle.js", "jsnext:main": "dist/bundle.es.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "node ./rollit" }, "author": "Quentin Engles <hollowdoor99@gmail.com> (https://hollowdoor.github.io/)", "license": "MIT", "keywords": [ "DOM", "event", "mouse" ], "devDependencies": { "babel-preset-es2015-rollup": "^1.2.0", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-commonjs": "^5.0.5", "rollup-plugin-node-resolve": "^2.0.0", "uglify-js": "^2.7.4" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/hollowdoor/dom_mousemove_dispatcher.git" } }