detect-touch-device
Version:
Javascript library to detect touch friendly devices
34 lines (33 loc) • 756 B
JSON
{
"name": "detect-touch-device",
"version": "1.1.6",
"description": "Javascript library to detect touch friendly devices",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanjaymj/detect-touch-device.git"
},
"keywords": [
"mobile",
"desktop",
"angular",
"vue",
"is",
"check",
"device"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanjaymj/detect-touch-device/issues"
},
"homepage": "https://github.com/sanjaymj/detect-touch-device#readme",
"devDependencies": {
"typescript": "^3.8.3"
}
}