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:
commit
1174b4a736
29
bower.json
Normal file
29
bower.json
Normal 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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user