1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Merge branch 'origin/stable' into make-testable-and-add-tests

This commit is contained in:
Hannes Diercks
2014-02-20 09:33:11 +01:00
7 changed files with 197 additions and 94 deletions

View File

@@ -1,17 +1,22 @@
{
"name": "bowser"
, "description": "a browser detector"
, "keywords": ["ender", "browser", "sniff", "detection"]
, "version": "0.3.4"
, "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": "*"
"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": "*"
}
}