{
  "name": "touches",
  "version": "1.2.2",
  "description": "simplified touch/mouse events for flick and swipe",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "events": "^1.0.2"
  },
  "devDependencies": {
    "browserify": "^8.1.3",
    "budo": "^5.0.0-beta",
    "dom-css": "^1.0.6",
    "domready": "^1.0.7",
    "garnish": "^3.0.0",
    "standard": "^5.2.2",
    "uglify-js": "^2.4.16",
    "wzrd": "^1.2.1",
    "xtend": "^4.0.0"
  },
  "scripts": {
    "start": "budo demo.js:bundle.js --host=`internal-ip` --live | garnish",
    "build": "browserify demo.js | uglifyjs -cm > bundle.js",
    "test": "standard"
  },
  "keywords": [
    "touch",
    "drag",
    "unified",
    "mouse",
    "input",
    "pointer",
    "move",
    "mousemove",
    "touchmove",
    "touchstart",
    "touchend",
    "mouseup",
    "mousedown"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/touches.git"
  },
  "homepage": "https://github.com/Jam3/touches",
  "bugs": {
    "url": "https://github.com/Jam3/touches/issues"
  }
}
