mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Addition of bower.json to be able to register it.
This commit is contained in:
parent
611795aa32
commit
5e4b9e228a
29
bower.json
Normal file
29
bower.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "bjoska.bowser",
|
||||
"description": "A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms.",
|
||||
"authors": [
|
||||
"Dustin Diaz <polvero@gmail.com>"
|
||||
],
|
||||
"homepage": "https://github.com/ded/bowser",
|
||||
"license": "MIT",
|
||||
"main": "bowser.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bjoska/bowser.git"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"browser",
|
||||
"detection",
|
||||
"useragent",
|
||||
"agents"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user