pull/32/merge v0.3.5
Dustin Diaz 11 years ago
parent efe1c6719a
commit cffc0c8a00

@ -1,16 +1,21 @@
{ {
"name": "bowser" "name": "bowser",
, "description": "a browser detector" "description": "a browser detector",
, "keywords": ["ender", "browser", "sniff", "detection"] "keywords": [
, "version": "0.3.4" "ender",
, "homepage": "https://github.com/ded/bowser" "browser",
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)" "sniff",
, "main": "./bowser.js" "detection"
, "repository": { ],
"type": "git" "version": "0.3.5",
, "url": "https://github.com/ded/bowser.git" "homepage": "https://github.com/ded/bowser",
} "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
, "devDependencies": { "main": "./bowser.js",
"repository": {
"type": "git",
"url": "https://github.com/ded/bowser.git"
},
"devDependencies": {
"smoosh": "*" "smoosh": "*"
} }
} }

Loading…
Cancel
Save