1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 06:10:45 +00:00
lancedikson_bowser/package.json

23 lines
462 B
JSON
Raw Normal View History

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-22 00:57:30 +00:00
"version": "0.5.0",
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": {
2014-02-21 16:37:53 +00:00
"smoosh": "*",
"mocha": "*"
}
2011-04-27 22:17:11 +00:00
}