UNPKG
ubid
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
A browser identification library.
github.com/honeinc/ubid
honeinc/ubid
ubid
/
.jshintrc
12 lines
(10 loc)
•
190 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"browser"
:
true
,
"undef"
:
true
,
"unused"
:
true
,
"esnext"
:
true
,
"predef"
:
[
"require"
,
"module"
]
,
"globalstrict"
:
true
,
"trailing"
:
true
,
"-W097"
:
true
}