2015-10-18 18:07:06 +00:00
|
|
|
{
|
|
|
|
"name": "bowser",
|
2017-04-04 20:17:27 +00:00
|
|
|
"description": "Lightweight browser detector",
|
2015-10-18 18:07:06 +00:00
|
|
|
"keywords": [
|
|
|
|
"browser",
|
2017-04-04 20:17:27 +00:00
|
|
|
"useragent",
|
|
|
|
"user-agent",
|
|
|
|
"parser",
|
|
|
|
"ua",
|
|
|
|
"detection",
|
|
|
|
"ender",
|
|
|
|
"sniff"
|
2015-10-18 18:07:06 +00:00
|
|
|
],
|
2017-05-18 18:52:44 +00:00
|
|
|
"version": "1.7.0",
|
2017-05-18 18:54:03 +00:00
|
|
|
"homepage": "https://github.com/lancedikson/bowser",
|
2015-10-18 18:07:06 +00:00
|
|
|
"scripts": [
|
2016-05-06 18:45:03 +00:00
|
|
|
"src/bowser.js"
|
2015-10-18 18:07:06 +00:00
|
|
|
],
|
|
|
|
"authors": [
|
2017-05-18 18:54:03 +00:00
|
|
|
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
|
|
|
"Denis Demchenko <lance@dikson.me>"
|
2015-10-18 18:07:06 +00:00
|
|
|
],
|
|
|
|
"moduleType": [],
|
|
|
|
"license": "MIT",
|
2016-05-06 18:45:03 +00:00
|
|
|
"main": "src/bowser.js",
|
2015-10-18 18:07:06 +00:00
|
|
|
"ignore": [
|
|
|
|
"node_modules",
|
|
|
|
"test",
|
|
|
|
"make",
|
|
|
|
"**/.*",
|
|
|
|
"Makefile"
|
|
|
|
]
|
|
|
|
}
|