diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0df8c00 --- /dev/null +++ b/bower.json @@ -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 " + ], + "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" + ] +}