mobile-detector
Version:
Detect if the user is browsing from mobile or tablet.
30 lines (29 loc) • 695 B
JSON
{
"name": "mobile-detector",
"version": "1.0.3",
"description": "Detect if the user is browsing from mobile or tablet.",
"main": "index.js",
"keywords": [
"mobile",
"detector",
"detect",
"useragent",
"useragent",
"tablet",
"device",
"browser"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entregrammer/mobile-detector.git"
},
"author": "entregrammer@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/entregrammer/mobile-detector/issues"
},
"homepage": "https://github.com/entregrammer/mobile-detector#readme"
}