1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 14:20:45 +00:00
lancedikson_bowser/bower.json

34 lines
611 B
JSON
Raw Normal View History

2015-10-18 18:07:06 +00:00
{
"name": "bowser",
"description": "Lightweight browser detector",
2015-10-18 18:07:06 +00:00
"keywords": [
"browser",
"useragent",
"user-agent",
"parser",
"ua",
"detection",
"ender",
"sniff"
2015-10-18 18:07:06 +00:00
],
2017-10-20 12:06:30 +00:00
"version": "1.8.1",
2017-05-18 18:54:03 +00:00
"homepage": "https://github.com/lancedikson/bowser",
2015-10-18 18:07:06 +00:00
"scripts": [
"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",
"main": "src/bowser.js",
2015-10-18 18:07:06 +00:00
"ignore": [
"node_modules",
"test",
"make",
"**/.*",
"Makefile"
]
}