mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
34 lines
611 B
JSON
34 lines
611 B
JSON
{
|
|
"name": "bowser",
|
|
"description": "Lightweight browser detector",
|
|
"keywords": [
|
|
"browser",
|
|
"useragent",
|
|
"user-agent",
|
|
"parser",
|
|
"ua",
|
|
"detection",
|
|
"ender",
|
|
"sniff"
|
|
],
|
|
"version": "1.7.0",
|
|
"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"
|
|
]
|
|
}
|