From 5e4b9e228affef1b1b1380d96533c4a0b88722b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Skarner?= Date: Fri, 6 Nov 2015 16:50:59 +0100 Subject: [PATCH] Addition of bower.json to be able to register it. --- bower.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower.json 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" + ] +}