mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
0.3.5
This commit is contained in:
parent
efe1c6719a
commit
cffc0c8a00
31
package.json
31
package.json
@ -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",
|
||||||
"smoosh": "*"
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/ded/bowser.git"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"smoosh": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user