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
| {
| "name": "bowser",
| "description": "Lightweight browser detector",
| "keywords": [
| "browser",
| "useragent",
| "user-agent",
| "parser",
| "ua",
| "detection",
| "ender",
| "sniff"
| ],
| "version": "1.9.4",
| "homepage": "https://github.com/lancedikson/bowser",
| "scripts": [
| "src/bowser.js"
| ],
| "authors": [
| "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
| "Denis Demchenko <lance@dikson.me>"
| ],
| "moduleType": [],
| "license": "MIT",
| "main": "src/bowser.js",
| "ignore": [
| "node_modules",
| "test",
| "make",
| "**/.*",
| "Makefile"
| ]
| }
|
|