UNPKG

708 BJSONView Raw
1{
2 "name": "mobile-detect",
3 "version": "1.0.0",
4 "description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
5 "homepage": "http://hgoebl.github.io/mobile-detect.js/",
6 "keywords": [
7 "useragent",
8 "mobile",
9 "phone",
10 "tablet",
11 "detect",
12 "device",
13 "browser",
14 "version",
15 "mobilegrade",
16 "sniff"
17 ],
18 "authors": [
19 "Heinrich Goebl <hgoebl@goebl.com>"
20 ],
21 "license": "MIT",
22 "main": "mobile-detect.js",
23 "ignore": [
24 "**/.*",
25 "node_modules",
26 "tests",
27 "generate",
28 "Gruntfile.js",
29 "package.json",
30 "*.iml"
31 ]
32}