1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-27 22:03:37 +00:00
lancedikson_bowser/package.json
Dustin Diaz 36b1b240a0 0.7.1
2014-04-07 16:59:39 -07:00

23 lines
462 B
JSON

{
"name": "bowser",
"description": "a browser detector",
"keywords": [
"ender",
"browser",
"sniff",
"detection"
],
"version": "0.7.1",
"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": "*"
}
}