mudcube / Event.js

:hand: Multi-touch, gestures, and other events—click, dblclick, dbltap, tap, longpress, drag, swipe, pinch, rotate, shake. For pointer events, each listener can handle anywhere from 1 to 12 fingers at a time, or more, depending on the device. Includes MetaKey tracking (CMD, CTRL) to support native key-commands in various platforms.
MIT License
368 stars 68 forks source link

Bower #11

Open rutkoski opened 9 years ago

rutkoski commented 9 years ago

Hi! I used your code on a project and needed to install it with Bower, so I registered it as a bower package. Now I can install it like this:

bower install mudcube-eventjs

Tanx for the great code!

kukac7 commented 7 years ago

add bower.json: "eventjs": "mudcube/Event.js"

"overrides": {
"eventjs": {
      "main": [
          "js/Event.js"
      ]
    }
  }