forked from hgoebl/mobile-detect.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 708 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mobile-detect",
"version": "1.4.5",
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
"homepage": "http://hgoebl.github.io/mobile-detect.js/",
"keywords": [
"useragent",
"mobile",
"phone",
"tablet",
"detect",
"device",
"browser",
"version",
"mobilegrade",
"sniff"
],
"authors": [
"Heinrich Goebl <hgoebl@goebl.com>"
],
"license": "MIT",
"main": "mobile-detect.js",
"ignore": [
"**/.*",
"node_modules",
"tests",
"generate",
"Gruntfile.js",
"package.json",
"*.iml"
]
}