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

- new flags for mobile with android and iPhone

- bump minor version
This commit is contained in:
Dustin Diaz
2011-09-26 16:58:18 -07:00
parent 1ea37f33da
commit 970d1f1a73
5 changed files with 151 additions and 130 deletions

View File

@@ -1,13 +1,16 @@
{
"name": "bowser",
"description": "a browser detector",
"keywords": ["ender", "browser", "sniff", "detection"],
"version": "0.0.5",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <@ded>",
"repository": {
"type": "git",
"url": "https://github.com/ded/bowser.git"
},
"main": "./bowser.js"
"name": "bowser"
, "description": "a browser detector"
, "keywords": ["ender", "browser", "sniff", "detection"]
, "version": "0.0.6"
, "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": "*"
}
}