1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Merge branch 'warnings' of git://github.com/yconoclast/bowser into yconoclast-warnings

This commit is contained in:
Denis Demchenko 2016-05-06 21:13:42 +03:00
commit 1174b4a736
2 changed files with 29 additions and 17 deletions

29
bower.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "1.0.0",
"homepage": "https://github.com/ded/bowser",
"scripts": [
"bowser.js"
],
"authors": [
"Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
],
"moduleType": [],
"license": "MIT",
"main": "bowser.js",
"ignore": [
"node_modules",
"test",
"src",
"make",
"**/.*",
"Makefile"
]
}

View File

@ -1,17 +0,0 @@
{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "0.7.2",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
"main": "bowser.js",
"scripts": [
"bowser.js"
]
}