mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"name": "bowser",
|
|
"description": "a browser detector",
|
|
"keywords": [
|
|
"ender",
|
|
"browser",
|
|
"sniff",
|
|
"detection"
|
|
],
|
|
"version": "0.3.9",
|
|
"homepage": "https://github.com/ded/bowser",
|
|
"author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
|
|
"main": "./bowser.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ded/bowser.git"
|
|
},
|
|
"devDependencies": {
|
|
"smoosh": "*"
|
|
, "mocha": "*"
|
|
}
|
|
}
|