2011-04-27 22:17:11 +00:00
|
|
|
{
|
2014-01-27 22:01:27 +00:00
|
|
|
"name": "bowser",
|
|
|
|
"description": "a browser detector",
|
|
|
|
"keywords": [
|
|
|
|
"ender",
|
|
|
|
"browser",
|
|
|
|
"sniff",
|
|
|
|
"detection"
|
|
|
|
],
|
2014-02-19 17:16:17 +00:00
|
|
|
"version": "0.3.9",
|
2014-01-27 22:01:27 +00:00
|
|
|
"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": "*"
|
2013-12-13 12:17:10 +00:00
|
|
|
, "mocha": "*"
|
2011-09-26 23:58:18 +00:00
|
|
|
}
|
2011-04-27 22:17:11 +00:00
|
|
|
}
|