UNPKG

detect-touch-events

Version:

Detect if the browser supports the touch events api

39 lines (38 loc) 964 B
{ "name": "detect-touch-events", "version": "2.0.2", "description": "Detect if the browser supports the touch events api", "main": "lib/index.js", "scripts": { "build": "rm -rf lib && babel src -d lib --presets=env", "prepublish": "npm run build" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "git+https://github.com/rafgraph/detect-touch-events.git" }, "keywords": [ "detect", "touch", "touch events", "touch device" ], "author": "Rafael Pedicini <rafael@rafgraph.dev>", "license": "MIT", "bugs": { "url": "https://github.com/rafgraph/detect-touch-events/issues" }, "homepage": "https://github.com/rafgraph/detect-touch-events#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-eslint": "^7.2.3", "babel-preset-env": "^1.4.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0" } }