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

fix #67 - Fix bower warnings

This commit is contained in:
Jose Tavares 2015-10-18 19:07:06 +01:00
parent 5f933390f6
commit f255f5ad86
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"
]
}