forked from faisalman/ua-parser-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.34 KB
/
bower.json
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ua-parser-js",
"version": "0.7.9",
"authors": [
"Faisal Salman <[email protected]>"
],
"private": false,
"main": "src/ua-parser.js",
"ignore": [
"build",
"node_modules",
"bower_components",
"test",
"tests"
],
"contributors": [
"Faisal Salman <[email protected]>",
"Benjamin Bertrand <[email protected]>",
"Carl C Von Lewin <[email protected]>",
"Christopher De Cairos <[email protected]>",
"Davit Barbakadze <[email protected]>",
"Dmitry Tyschenko <[email protected]>",
"Douglas Li <[email protected]>",
"Dumitru Uzun <[email protected]>",
"Erik Hesselink <[email protected]>",
"Fabian Becker <[email protected]>",
"Hendrik Helwich <[email protected]>",
"Jackpoll <[email protected]>",
"Jake Mc <[email protected]>",
"John Tantalo <[email protected]>",
"John Yanarella <[email protected]>",
"Jon Buckley <[email protected]>",
"Kendall Buchanan <[email protected]>",
"Lee Treveil <[email protected]>",
"Leonardo <[email protected]>",
"Max Maurer <[email protected]>",
"Michael Hess <[email protected]>",
"OtakuSiD <[email protected]>",
"Ross Noble <[email protected]>",
"Sandro Sonntag <[email protected]>"
],
"dependencies": {}
}